Html Css Color HEX #32176E Persian Indigo

📋 copy color: '#32176E'

red 50 ◦ green 23 ◦ blue 110

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

Shades of Persian Indigo #32176E

Tints of Persian Indigo #32176E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 27.32%
G = 12.57%
B = 60.11%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32176E (or 0x32176E) is known color: Persian Indigo. HEX triplet: 32, 17 and 6E. RGB value is (50,23,110). Sum of RGB (Red+Green+Blue) = 50+23+110=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #32176E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32176E is #CDE891. Grayscale: #282828. Windows color (decimal): -13494418 or 7214898. OLE color: 7214898.

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

Color convert

RGB 50 23 110 -
CMYK 0.55 0.79 0 0.57
HSL 258.62º 0.65% 0.26% -
HSV(B) 258.62º 0.79% 0.43% -
XYZ 4.44 2.42 14.98 -
YUV 40.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 50 23 110 0.55 0.79 0 0.57 258.62 0.65 0.26
Hex 32 17 6E 37 4F 0 39 103 41 1A
Octal 62 27 156 67 117 0 71 403 101 32
Binary 110010 10111 1101110 110111 1001111 0 111001 100000011 1000001 11010

Color Harmonies of #32176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32176E

Black with #32176E

Text Example


Text Example

White with #32176E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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