Html Css Color HEX #32037F Persian Indigo

📋 copy color: '#32037F'

red 50 ◦ green 3 ◦ blue 127

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

Shades of Persian Indigo #32037F

Tints of Persian Indigo #32037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.56%

R = 27.78%
G = 1.67%
B = 70.56%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32037F (or 0x32037F) is known color: Persian Indigo. HEX triplet: 32, 03 and 7F. RGB value is (50,3,127). Sum of RGB (Red+Green+Blue) = 50+3+127=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #32037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32037F is #CDFC80. Grayscale: #1E1E1E. Windows color (decimal): -13499521 or 8323890. OLE color: 8323890.

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

Color convert

RGB 50 3 127 -
CMYK 0.61 0.98 0 0.50
HSL 262.74º 0.95% 0.25% -
HSV(B) 262.74º 0.98% 0.5% -
XYZ 5.18 2.28 20.24 -
YUV 31.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 50 3 127 0.61 0.98 0 0.50 262.74 0.95 0.25
Hex 32 3 7F 3D 62 0 32 107 5F 19
Octal 62 3 177 75 142 0 62 407 137 31
Binary 110010 11 1111111 111101 1100010 0 110010 100000111 1011111 11001

Color Harmonies of #32037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32037F

Black with #32037F

Text Example


Text Example

White with #32037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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