Html Css Color HEX #32179C Persian Indigo

📋 copy color: '#32179C'

red 50 ◦ green 23 ◦ blue 156

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

Shades of Persian Indigo #32179C

Tints of Persian Indigo #32179C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 21.83%
G = 10.04%
B = 68.12%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32179C (or 0x32179C) is known color: Persian Indigo. HEX triplet: 32, 17 and 9C. RGB value is (50,23,156). Sum of RGB (Red+Green+Blue) = 50+23+156=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #32179C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32179C is #CDE863. Grayscale: #2D2D2D. Windows color (decimal): -13494372 or 10229554. OLE color: 10229554.

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

Color convert

RGB 50 23 156 -
CMYK 0.68 0.85 0 0.39
HSL 252.18º 0.74% 0.35% -
HSV(B) 252.18º 0.85% 0.61% -
XYZ 7.62 3.69 31.76 -
YUV 46.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 50 23 156 0.68 0.85 0 0.39 252.18 0.74 0.35
Hex 32 17 9C 44 55 0 27 FC 4A 23
Octal 62 27 234 104 125 0 47 374 112 43
Binary 110010 10111 10011100 1000100 1010101 0 100111 11111100 1001010 100011

Color Harmonies of #32179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32179C

Black with #32179C

Text Example


Text Example

White with #32179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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