Html Css Color HEX #32049C Persian Indigo

📋 copy color: '#32049C'

red 50 ◦ green 4 ◦ blue 156

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

Shades of Persian Indigo #32049C

Tints of Persian Indigo #32049C

RGB

 RED value IS 50 (19.92% from 255) = 23.81%

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 156 (61.33% from 255) = 74.29%

R = 23.81%
G = 1.9%
B = 74.29%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32049C (or 0x32049C) is known color: Persian Indigo. HEX triplet: 32, 04 and 9C. RGB value is (50,4,156). Sum of RGB (Red+Green+Blue) = 50+4+156=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #32049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32049C is #CDFB63. Grayscale: #222222. Windows color (decimal): -13499236 or 10224690. OLE color: 10224690.

HSL color Cylindrical-coordinate representation of color #32049C: hue angle of 258.16º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32049C is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 4 156 -
CMYK 0.68 0.97 0 0.39
HSL 258.16º 0.95% 0.31% -
HSV(B) 258.16º 0.97% 0.61% -
XYZ 7.36 3.17 31.68 -
YUV 35.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 50 4 156 0.68 0.97 0 0.39 258.16 0.95 0.31
Hex 32 4 9C 44 61 0 27 102 5F 1F
Octal 62 4 234 104 141 0 47 402 137 37
Binary 110010 100 10011100 1000100 1100001 0 100111 100000010 1011111 11111

Color Harmonies of #32049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32049C

Black with #32049C

Text Example


Text Example

White with #32049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32049C; }

 p { color: rgb(50,4,156); }

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

background-color css

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

 a { background-color: rgb(50,4,156); }

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

border-color css

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

 span { border-color: rgb(50,4,156); }

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