Html Css Color HEX #57028F Indigo

📋 copy color: '#57028F'

red 87 ◦ green 2 ◦ blue 143

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

Shades of Indigo #57028F

Tints of Indigo #57028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 37.5%
G = 0.86%
B = 61.64%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57028F (or 0x57028F) is known color: Indigo. HEX triplet: 57, 02 and 8F. RGB value is (87,2,143). Sum of RGB (Red+Green+Blue) = 87+2+143=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #57028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57028F is #A8FD70. Grayscale: #2B2B2B. Windows color (decimal): -11074929 or 9372247. OLE color: 9372247.

HSL color Cylindrical-coordinate representation of color #57028F: hue angle of 276.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57028F is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 2 143 -
CMYK 0.39 0.99 0 0.44
HSL 276.17º 0.97% 0.28% -
HSV(B) 276.17º 0.99% 0.56% -
XYZ 8.91 4.05 26.3 -
YUV 43.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 87 2 143 0.39 0.99 0 0.44 276.17 0.97 0.28
Hex 57 2 8F 27 63 0 2C 114 61 1C
Octal 127 2 217 47 143 0 54 424 141 34
Binary 1010111 10 10001111 100111 1100011 0 101100 100010100 1100001 11100

Color Harmonies of #57028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57028F

Black with #57028F

Text Example


Text Example

White with #57028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,2,143); }

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

background-color css

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

 a { background-color: rgb(87,2,143); }

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

border-color css

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

 span { border-color: rgb(87,2,143); }

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