Html Css Color HEX #32118E Persian Indigo

📋 copy color: '#32118E'

red 50 ◦ green 17 ◦ blue 142

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

Shades of Persian Indigo #32118E

Tints of Persian Indigo #32118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 142 (55.86% from 255) = 67.94%

R = 23.92%
G = 8.13%
B = 67.94%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32118E (or 0x32118E) is known color: Persian Indigo. HEX triplet: 32, 11 and 8E. RGB value is (50,17,142). Sum of RGB (Red+Green+Blue) = 50+17+142=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #32118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32118E is #CDEE71. Grayscale: #282828. Windows color (decimal): -13495922 or 9310514. OLE color: 9310514.

HSL color Cylindrical-coordinate representation of color #32118E: hue angle of 255.84º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32118E is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 17 142 -
CMYK 0.65 0.88 0 0.44
HSL 255.84º 0.79% 0.31% -
HSV(B) 255.84º 0.88% 0.56% -
XYZ 6.4 3.03 25.84 -
YUV 41.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 50 17 142 0.65 0.88 0 0.44 255.84 0.79 0.31
Hex 32 11 8E 41 58 0 2C 100 4F 1F
Octal 62 21 216 101 130 0 54 400 117 37
Binary 110010 10001 10001110 1000001 1011000 0 101100 100000000 1001111 11111

Color Harmonies of #32118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32118E

Black with #32118E

Text Example


Text Example

White with #32118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,17,142); }

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

background-color css

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

 a { background-color: rgb(50,17,142); }

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

border-color css

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

 span { border-color: rgb(50,17,142); }

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