Html Css Color HEX #32038E Persian Indigo

📋 copy color: '#32038E'

red 50 ◦ green 3 ◦ blue 142

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

Shades of Persian Indigo #32038E

Tints of Persian Indigo #32038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 142 (55.86% from 255) = 72.82%

R = 25.64%
G = 1.54%
B = 72.82%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32038E (or 0x32038E) is known color: Persian Indigo. HEX triplet: 32, 03 and 8E. RGB value is (50,3,142). Sum of RGB (Red+Green+Blue) = 50+3+142=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #32038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32038E is #CDFC71. Grayscale: #202020. Windows color (decimal): -13499506 or 9306930. OLE color: 9306930.

HSL color Cylindrical-coordinate representation of color #32038E: hue angle of 260.29º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32038E is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 3 142 -
CMYK 0.65 0.98 0 0.44
HSL 260.29º 0.96% 0.28% -
HSV(B) 260.29º 0.98% 0.56% -
XYZ 6.23 2.7 25.78 -
YUV 32.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 50 3 142 0.65 0.98 0 0.44 260.29 0.96 0.28
Hex 32 3 8E 41 62 0 2C 104 60 1C
Octal 62 3 216 101 142 0 54 404 140 34
Binary 110010 11 10001110 1000001 1100010 0 101100 100000100 1100000 11100

Color Harmonies of #32038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32038E

Black with #32038E

Text Example


Text Example

White with #32038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32038E; }

 p { color: rgb(50,3,142); }

 H1.HeaderClassName
 {
   color: #32038E;
 }
 .AnyTagClassName
 {
   color: #32038E;
 }
</style>

background-color css

<style>
 a { background-color: #32038E; }

 a { background-color: rgb(50,3,142); }

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

border-color css

<style>
 span { border-color: #32038E; }

 span { border-color: rgb(50,3,142); }

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