Html Css Color HEX #32176D Persian Indigo

📋 copy color: '#32176D'

red 50 ◦ green 23 ◦ blue 109

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

Shades of Persian Indigo #32176D

Tints of Persian Indigo #32176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 27.47%
G = 12.64%
B = 59.89%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32176D (or 0x32176D) is known color: Persian Indigo. HEX triplet: 32, 17 and 6D. RGB value is (50,23,109). Sum of RGB (Red+Green+Blue) = 50+23+109=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #32176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32176D is #CDE892. Grayscale: #282828. Windows color (decimal): -13494419 or 7149362. OLE color: 7149362.

HSL color Cylindrical-coordinate representation of color #32176D: hue angle of 258.84º 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 #32176D is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 23 109 -
CMYK 0.54 0.79 0 0.57
HSL 258.84º 0.65% 0.26% -
HSV(B) 258.84º 0.79% 0.43% -
XYZ 4.38 2.4 14.7 -
YUV 40.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 50 23 109 0.54 0.79 0 0.57 258.84 0.65 0.26
Hex 32 17 6D 36 4F 0 39 103 41 1A
Octal 62 27 155 66 117 0 71 403 101 32
Binary 110010 10111 1101101 110110 1001111 0 111001 100000011 1000001 11010

Color Harmonies of #32176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32176D

Black with #32176D

Text Example


Text Example

White with #32176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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