Html Css Color HEX #332077 Persian Indigo

📋 copy color: '#332077'

red 51 ◦ green 32 ◦ blue 119

#332077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #332077

Tints of Persian Indigo #332077

RGB

 RED value IS 51 (20.31% from 255) = 25.25%

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 25.25%
G = 15.84%
B = 58.91%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#332077 (or 0x332077) is known color: Persian Indigo. HEX triplet: 33, 20 and 77. RGB value is (51,32,119). Sum of RGB (Red+Green+Blue) = 51+32+119=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #332077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332077 is #CCDF88. Grayscale: #2F2F2F. Windows color (decimal): -13426569 or 7807027. OLE color: 7807027.

HSL color Cylindrical-coordinate representation of color #332077: hue angle of 253.1º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332077 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 32 119 -
CMYK 0.57 0.73 0 0.53
HSL 253.1º 0.58% 0.3% -
HSV(B) 253.1º 0.73% 0.47% -
XYZ 5.21 3.07 17.77 -
YUV 47.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 51 32 119 0.57 0.73 0 0.53 253.1 0.58 0.3
Hex 33 20 77 39 49 0 35 FD 3A 1E
Octal 63 40 167 71 111 0 65 375 72 36
Binary 110011 100000 1110111 111001 1001001 0 110101 11111101 111010 11110

Color Harmonies of #332077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332077

Black with #332077

Text Example


Text Example

White with #332077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332077; }

 p { color: rgb(51,32,119); }

 H1.HeaderClassName
 {
   color: #332077;
 }
 .AnyTagClassName
 {
   color: #332077;
 }
</style>

background-color css

<style>
 a { background-color: #332077; }

 a { background-color: rgb(51,32,119); }

 div.DivClassName
 {
   background-color: #332077;
 }
 .BgClassName
 {
   background-color: #332077;
 }
</style>

border-color css

<style>
 span { border-color: #332077; }

 span { border-color: rgb(51,32,119); }

 td.TdClassName
 {
   border-color: #332077;
 }
 .TagClassName
 {
   border-color: #332077;
 }
</style>