Html Css Color HEX #32009F Persian Indigo

📋 copy color: '#32009F'

red 50 ◦ green 0 ◦ blue 159

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

Shades of Persian Indigo #32009F

Tints of Persian Indigo #32009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.92%
G = 0%
B = 76.08%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32009F (or 0x32009F) is known color: Persian Indigo. HEX triplet: 32, 00 and 9F. RGB value is (50,0,159). Sum of RGB (Red+Green+Blue) = 50+0+159=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #32009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32009F is #CDFF60. Grayscale: #202020. Windows color (decimal): -13500257 or 10420274. OLE color: 10420274.

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

Color convert

RGB 50 0 159 -
CMYK 0.69 1 0 0.38
HSL 258.87º 1% 0.31% -
HSV(B) 258.87º 1% 0.62% -
XYZ 7.57 3.18 33.02 -
YUV 33.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 50 0 159 0.69 1 0 0.38 258.87 1 0.31
Hex 32 0 9F 45 64 0 26 103 64 1F
Octal 62 0 237 105 144 0 46 403 144 37
Binary 110010 0 10011111 1000101 1100100 0 100110 100000011 1100100 11111

Color Harmonies of #32009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32009F

Black with #32009F

Text Example


Text Example

White with #32009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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