Html Css Color HEX #570F9E Indigo

📋 copy color: '#570F9E'

red 87 ◦ green 15 ◦ blue 158

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

Shades of Indigo #570F9E

Tints of Indigo #570F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.77%

 BLUE value IS 158 (62.11% from 255) = 60.77%

R = 33.46%
G = 5.77%
B = 60.77%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#570F9E (or 0x570F9E) is known color: Indigo. HEX triplet: 57, 0F and 9E. RGB value is (87,15,158). Sum of RGB (Red+Green+Blue) = 87+15+158=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #570F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570F9E is #A8F061. Grayscale: #343434. Windows color (decimal): -11071586 or 10358615. OLE color: 10358615.

HSL color Cylindrical-coordinate representation of color #570F9E: hue angle of 270.21º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570F9E is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 15 158 -
CMYK 0.45 0.91 0 0.38
HSL 270.21º 0.83% 0.34% -
HSV(B) 270.21º 0.91% 0.62% -
XYZ 10.27 4.84 32.74 -
YUV 52.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 87 15 158 0.45 0.91 0 0.38 270.21 0.83 0.34
Hex 57 F 9E 2D 5B 0 26 10E 53 22
Octal 127 17 236 55 133 0 46 416 123 42
Binary 1010111 1111 10011110 101101 1011011 0 100110 100001110 1010011 100010

Color Harmonies of #570F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F9E

Black with #570F9E

Text Example


Text Example

White with #570F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570F9E; }

 p { color: rgb(87,15,158); }

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

background-color css

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

 a { background-color: rgb(87,15,158); }

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

border-color css

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

 span { border-color: rgb(87,15,158); }

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