Html Css Color HEX #32119F Persian Indigo

📋 copy color: '#32119F'

red 50 ◦ green 17 ◦ blue 159

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

Shades of Persian Indigo #32119F

Tints of Persian Indigo #32119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.35%

R = 22.12%
G = 7.52%
B = 70.35%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32119F (or 0x32119F) is known color: Persian Indigo. HEX triplet: 32, 11 and 9F. RGB value is (50,17,159). Sum of RGB (Red+Green+Blue) = 50+17+159=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #32119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32119F is #CDEE60. Grayscale: #2A2A2A. Windows color (decimal): -13495905 or 10424626. OLE color: 10424626.

HSL color Cylindrical-coordinate representation of color #32119F: hue angle of 253.94º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32119F is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 17 159 -
CMYK 0.69 0.89 0 0.38
HSL 253.94º 0.81% 0.35% -
HSV(B) 253.94º 0.89% 0.62% -
XYZ 7.77 3.58 33.08 -
YUV 43.06 193.43 132.95 -
System Red Green Blue C M Y K H S L
Decimal 50 17 159 0.69 0.89 0 0.38 253.94 0.81 0.35
Hex 32 11 9F 45 59 0 26 FE 51 23
Octal 62 21 237 105 131 0 46 376 121 43
Binary 110010 10001 10011111 1000101 1011001 0 100110 11111110 1010001 100011

Color Harmonies of #32119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32119F

Black with #32119F

Text Example


Text Example

White with #32119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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