Html Css Color HEX #32118F Persian Indigo

📋 copy color: '#32118F'

red 50 ◦ green 17 ◦ blue 143

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

Shades of Persian Indigo #32118F

Tints of Persian Indigo #32118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.1%

R = 23.81%
G = 8.1%
B = 68.1%

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

#32118F (or 0x32118F) is known color: Persian Indigo. HEX triplet: 32, 11 and 8F. RGB value is (50,17,143). Sum of RGB (Red+Green+Blue) = 50+17+143=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #32118F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32118F is #CDEE70. Grayscale: #282828. Windows color (decimal): -13495921 or 9376050. OLE color: 9376050.

HSL color Cylindrical-coordinate representation of color #32118F: hue angle of 255.71º 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 #32118F is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 17 143 -
CMYK 0.65 0.88 0 0.44
HSL 255.71º 0.79% 0.31% -
HSV(B) 255.71º 0.88% 0.56% -
XYZ 6.47 3.06 26.24 -
YUV 41.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 50 17 143 0.65 0.88 0 0.44 255.71 0.79 0.31
Hex 32 11 8F 41 58 0 2C 100 4F 1F
Octal 62 21 217 101 130 0 54 400 117 37
Binary 110010 10001 10001111 1000001 1011000 0 101100 100000000 1001111 11111

Color Harmonies of #32118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32118F

Black with #32118F

Text Example


Text Example

White with #32118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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