Html Css Color HEX #32037E Persian Indigo

📋 copy color: '#32037E'

red 50 ◦ green 3 ◦ blue 126

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

Shades of Persian Indigo #32037E

Tints of Persian Indigo #32037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 70.39%

R = 27.93%
G = 1.68%
B = 70.39%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32037E (or 0x32037E) is known color: Persian Indigo. HEX triplet: 32, 03 and 7E. RGB value is (50,3,126). Sum of RGB (Red+Green+Blue) = 50+3+126=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #32037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32037E is #CDFC81. Grayscale: #1E1E1E. Windows color (decimal): -13499522 or 8258354. OLE color: 8258354.

HSL color Cylindrical-coordinate representation of color #32037E: hue angle of 262.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32037E is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 3 126 -
CMYK 0.60 0.98 0 0.51
HSL 262.93º 0.95% 0.25% -
HSV(B) 262.93º 0.98% 0.49% -
XYZ 5.11 2.25 19.9 -
YUV 31.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 50 3 126 0.60 0.98 0 0.51 262.93 0.95 0.25
Hex 32 3 7E 3C 62 0 33 107 5F 19
Octal 62 3 176 74 142 0 63 407 137 31
Binary 110010 11 1111110 111100 1100010 0 110011 100000111 1011111 11001

Color Harmonies of #32037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32037E

Black with #32037E

Text Example


Text Example

White with #32037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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