Html Css Color HEX #32176C Persian Indigo

📋 copy color: '#32176C'

red 50 ◦ green 23 ◦ blue 108

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

Shades of Persian Indigo #32176C

Tints of Persian Indigo #32176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 27.62%
G = 12.71%
B = 59.67%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32176C (or 0x32176C) is known color: Persian Indigo. HEX triplet: 32, 17 and 6C. RGB value is (50,23,108). Sum of RGB (Red+Green+Blue) = 50+23+108=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #32176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32176C is #CDE893. Grayscale: #282828. Windows color (decimal): -13494420 or 7083826. OLE color: 7083826.

HSL color Cylindrical-coordinate representation of color #32176C: hue angle of 259.06º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32176C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 23 108 -
CMYK 0.54 0.79 0 0.58
HSL 259.06º 0.65% 0.26% -
HSV(B) 259.06º 0.79% 0.42% -
XYZ 4.33 2.37 14.42 -
YUV 40.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 50 23 108 0.54 0.79 0 0.58 259.06 0.65 0.26
Hex 32 17 6C 36 4F 0 3A 103 41 1A
Octal 62 27 154 66 117 0 72 403 101 32
Binary 110010 10111 1101100 110110 1001111 0 111010 100000011 1000001 11010

Color Harmonies of #32176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32176C

Black with #32176C

Text Example


Text Example

White with #32176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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