Html Css Color HEX #32049F Persian Indigo

📋 copy color: '#32049F'

red 50 ◦ green 4 ◦ blue 159

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

Shades of Persian Indigo #32049F

Tints of Persian Indigo #32049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 23.47%
G = 1.88%
B = 74.65%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32049F (or 0x32049F) is known color: Persian Indigo. HEX triplet: 32, 04 and 9F. RGB value is (50,4,159). Sum of RGB (Red+Green+Blue) = 50+4+159=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #32049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32049F is #CDFB60. Grayscale: #222222. Windows color (decimal): -13499233 or 10421298. OLE color: 10421298.

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

Color convert

RGB 50 4 159 -
CMYK 0.69 0.97 0 0.38
HSL 257.81º 0.95% 0.32% -
HSV(B) 257.81º 0.97% 0.62% -
XYZ 7.62 3.27 33.03 -
YUV 35.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 50 4 159 0.69 0.97 0 0.38 257.81 0.95 0.32
Hex 32 4 9F 45 61 0 26 102 5F 20
Octal 62 4 237 105 141 0 46 402 137 40
Binary 110010 100 10011111 1000101 1100001 0 100110 100000010 1011111 100000

Color Harmonies of #32049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32049F

Black with #32049F

Text Example


Text Example

White with #32049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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