Html Css Color HEX #57038E Indigo

📋 copy color: '#57038E'

red 87 ◦ green 3 ◦ blue 142

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

Shades of Indigo #57038E

Tints of Indigo #57038E

RGB

 RED value IS 87 (34.38% from 255) = 37.5%

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

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

R = 37.5%
G = 1.29%
B = 61.21%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57038E (or 0x57038E) is known color: Indigo. HEX triplet: 57, 03 and 8E. RGB value is (87,3,142). Sum of RGB (Red+Green+Blue) = 87+3+142=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #57038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57038E is #A8FC71. Grayscale: #2B2B2B. Windows color (decimal): -11074674 or 9306967. OLE color: 9306967.

HSL color Cylindrical-coordinate representation of color #57038E: hue angle of 276.26º 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 #57038E is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 3 142 -
CMYK 0.39 0.98 0 0.44
HSL 276.26º 0.96% 0.28% -
HSV(B) 276.26º 0.98% 0.56% -
XYZ 8.85 4.04 25.91 -
YUV 43.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 87 3 142 0.39 0.98 0 0.44 276.26 0.96 0.28
Hex 57 3 8E 27 62 0 2C 114 60 1C
Octal 127 3 216 47 142 0 54 424 140 34
Binary 1010111 11 10001110 100111 1100010 0 101100 100010100 1100000 11100

Color Harmonies of #57038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57038E

Black with #57038E

Text Example


Text Example

White with #57038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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