Html Css Color HEX #570488 Indigo

📋 copy color: '#570488'

red 87 ◦ green 4 ◦ blue 136

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

Shades of Indigo #570488

Tints of Indigo #570488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

 BLUE value IS 136 (53.52% from 255) = 59.91%

R = 38.33%
G = 1.76%
B = 59.91%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#570488 (or 0x570488) is known color: Indigo. HEX triplet: 57, 04 and 88. RGB value is (87,4,136). Sum of RGB (Red+Green+Blue) = 87+4+136=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #570488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570488 is #A8FB77. Grayscale: #2B2B2B. Windows color (decimal): -11074424 or 8914007. OLE color: 8914007.

HSL color Cylindrical-coordinate representation of color #570488: hue angle of 277.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570488 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 4 136 -
CMYK 0.36 0.97 0 0.47
HSL 277.73º 0.94% 0.27% -
HSV(B) 277.73º 0.97% 0.53% -
XYZ 8.42 3.89 23.6 -
YUV 43.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 87 4 136 0.36 0.97 0 0.47 277.73 0.94 0.27
Hex 57 4 88 24 61 0 2F 116 5E 1B
Octal 127 4 210 44 141 0 57 426 136 33
Binary 1010111 100 10001000 100100 1100001 0 101111 100010110 1011110 11011

Color Harmonies of #570488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570488

Black with #570488

Text Example


Text Example

White with #570488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570488; }

 p { color: rgb(87,4,136); }

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

background-color css

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

 a { background-color: rgb(87,4,136); }

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

border-color css

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

 span { border-color: rgb(87,4,136); }

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