Html Css Color HEX #32096F Persian Indigo

📋 copy color: '#32096F'

red 50 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #32096F

Tints of Persian Indigo #32096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

 BLUE value IS 111 (43.75% from 255) = 65.29%

R = 29.41%
G = 5.29%
B = 65.29%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#32096F (or 0x32096F) is known color: Persian Indigo. HEX triplet: 32, 09 and 6F. RGB value is (50,9,111). Sum of RGB (Red+Green+Blue) = 50+9+111=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #32096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32096F is #CDF690. Grayscale: #202020. Windows color (decimal): -13498001 or 7276850. OLE color: 7276850.

HSL color Cylindrical-coordinate representation of color #32096F: hue angle of 264.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32096F is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 9 111 -
CMYK 0.55 0.92 0 0.56
HSL 264.12º 0.85% 0.24% -
HSV(B) 264.12º 0.92% 0.44% -
XYZ 4.28 2.02 15.2 -
YUV 32.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 50 9 111 0.55 0.92 0 0.56 264.12 0.85 0.24
Hex 32 9 6F 37 5C 0 38 108 55 18
Octal 62 11 157 67 134 0 70 410 125 30
Binary 110010 1001 1101111 110111 1011100 0 111000 100001000 1010101 11000

Color Harmonies of #32096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32096F

Black with #32096F

Text Example


Text Example

White with #32096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,9,111); }

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

background-color css

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

 a { background-color: rgb(50,9,111); }

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

border-color css

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

 span { border-color: rgb(50,9,111); }

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