Html Css Color HEX #332477 Persian Indigo

📋 copy color: '#332477'

red 51 ◦ green 36 ◦ blue 119

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

Shades of Persian Indigo #332477

Tints of Persian Indigo #332477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 24.76%
G = 17.48%
B = 57.77%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332477 (or 0x332477) is known color: Persian Indigo. HEX triplet: 33, 24 and 77. RGB value is (51,36,119). Sum of RGB (Red+Green+Blue) = 51+36+119=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #332477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332477 is #CCDB88. Grayscale: #313131. Windows color (decimal): -13425545 or 7808051. OLE color: 7808051.

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

Color convert

RGB 51 36 119 -
CMYK 0.57 0.70 0 0.53
HSL 250.84º 0.54% 0.3% -
HSV(B) 250.84º 0.7% 0.47% -
XYZ 5.33 3.3 17.81 -
YUV 49.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 51 36 119 0.57 0.70 0 0.53 250.84 0.54 0.3
Hex 33 24 77 39 46 0 35 FB 36 1E
Octal 63 44 167 71 106 0 65 373 66 36
Binary 110011 100100 1110111 111001 1000110 0 110101 11111011 110110 11110

Color Harmonies of #332477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332477

Black with #332477

Text Example


Text Example

White with #332477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332477; }

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

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

background-color css

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

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

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

border-color css

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

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

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