Html Css Color HEX #32176F Persian Indigo

📋 copy color: '#32176F'

red 50 ◦ green 23 ◦ blue 111

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

Shades of Persian Indigo #32176F

Tints of Persian Indigo #32176F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 27.17%
G = 12.5%
B = 60.33%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#32176F (or 0x32176F) is known color: Persian Indigo. HEX triplet: 32, 17 and 6F. RGB value is (50,23,111). Sum of RGB (Red+Green+Blue) = 50+23+111=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #32176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32176F is #CDE890. Grayscale: #282828. Windows color (decimal): -13494417 or 7280434. OLE color: 7280434.

HSL color Cylindrical-coordinate representation of color #32176F: hue angle of 258.41º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32176F is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 23 111 -
CMYK 0.55 0.79 0 0.56
HSL 258.41º 0.66% 0.26% -
HSV(B) 258.41º 0.79% 0.44% -
XYZ 4.49 2.44 15.27 -
YUV 41.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 50 23 111 0.55 0.79 0 0.56 258.41 0.66 0.26
Hex 32 17 6F 37 4F 0 38 102 42 1A
Octal 62 27 157 67 117 0 70 402 102 32
Binary 110010 10111 1101111 110111 1001111 0 111000 100000010 1000010 11010

Color Harmonies of #32176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32176F

Black with #32176F

Text Example


Text Example

White with #32176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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