Html Css Color HEX #32019C Persian Indigo

📋 copy color: '#32019C'

red 50 ◦ green 1 ◦ blue 156

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

Shades of Persian Indigo #32019C

Tints of Persian Indigo #32019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 24.15%
G = 0.48%
B = 75.36%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32019C (or 0x32019C) is known color: Persian Indigo. HEX triplet: 32, 01 and 9C. RGB value is (50,1,156). Sum of RGB (Red+Green+Blue) = 50+1+156=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #32019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32019C is #CDFE63. Grayscale: #202020. Windows color (decimal): -13500004 or 10223922. OLE color: 10223922.

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

Color convert

RGB 50 1 156 -
CMYK 0.68 0.99 0 0.39
HSL 258.97º 0.99% 0.31% -
HSV(B) 258.97º 0.99% 0.61% -
XYZ 7.33 3.1 31.66 -
YUV 33.32 197.23 139.9 -
System Red Green Blue C M Y K H S L
Decimal 50 1 156 0.68 0.99 0 0.39 258.97 0.99 0.31
Hex 32 1 9C 44 63 0 27 103 63 1F
Octal 62 1 234 104 143 0 47 403 143 37
Binary 110010 1 10011100 1000100 1100011 0 100111 100000011 1100011 11111

Color Harmonies of #32019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32019C

Black with #32019C

Text Example


Text Example

White with #32019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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