Html Css Color HEX #332177 Persian Indigo

📋 copy color: '#332177'

red 51 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #332177

Tints of Persian Indigo #332177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 25.12%
G = 16.26%
B = 58.62%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332177 (or 0x332177) is known color: Persian Indigo. HEX triplet: 33, 21 and 77. RGB value is (51,33,119). Sum of RGB (Red+Green+Blue) = 51+33+119=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #332177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332177 is #CCDE88. Grayscale: #2F2F2F. Windows color (decimal): -13426313 or 7807283. OLE color: 7807283.

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

Color convert

RGB 51 33 119 -
CMYK 0.57 0.72 0 0.53
HSL 252.56º 0.57% 0.3% -
HSV(B) 252.56º 0.72% 0.47% -
XYZ 5.24 3.12 17.78 -
YUV 48.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 51 33 119 0.57 0.72 0 0.53 252.56 0.57 0.3
Hex 33 21 77 39 48 0 35 FD 39 1E
Octal 63 41 167 71 110 0 65 375 71 36
Binary 110011 100001 1110111 111001 1001000 0 110101 11111101 111001 11110

Color Harmonies of #332177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332177

Black with #332177

Text Example


Text Example

White with #332177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332177; }

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

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

background-color css

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

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

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

border-color css

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

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

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