Html Css Color HEX #570786 Indigo

📋 copy color: '#570786'

red 87 ◦ green 7 ◦ blue 134

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

Shades of Indigo #570786

Tints of Indigo #570786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

 BLUE value IS 134 (52.73% from 255) = 58.77%

R = 38.16%
G = 3.07%
B = 58.77%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#570786 (or 0x570786) is known color: Indigo. HEX triplet: 57, 07 and 86. RGB value is (87,7,134). Sum of RGB (Red+Green+Blue) = 87+7+134=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #570786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570786 is #A8F879. Grayscale: #2C2C2C. Windows color (decimal): -11073658 or 8783703. OLE color: 8783703.

HSL color Cylindrical-coordinate representation of color #570786: hue angle of 277.8º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570786 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 7 134 -
CMYK 0.35 0.95 0 0.47
HSL 277.8º 0.9% 0.28% -
HSV(B) 277.8º 0.95% 0.53% -
XYZ 8.31 3.9 22.87 -
YUV 45.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 87 7 134 0.35 0.95 0 0.47 277.8 0.9 0.28
Hex 57 7 86 23 5F 0 2F 116 5A 1C
Octal 127 7 206 43 137 0 57 426 132 34
Binary 1010111 111 10000110 100011 1011111 0 101111 100010110 1011010 11100

Color Harmonies of #570786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570786

Black with #570786

Text Example


Text Example

White with #570786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570786; }

 p { color: rgb(87,7,134); }

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

background-color css

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

 a { background-color: rgb(87,7,134); }

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

border-color css

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

 span { border-color: rgb(87,7,134); }

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