Html Css Color HEX #570F73 Indigo

📋 copy color: '#570F73'

red 87 ◦ green 15 ◦ blue 115

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

Shades of Indigo #570F73

Tints of Indigo #570F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53%

R = 40.09%
G = 6.91%
B = 53%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570F73 (or 0x570F73) is known color: Indigo. HEX triplet: 57, 0F and 73. RGB value is (87,15,115). Sum of RGB (Red+Green+Blue) = 87+15+115=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #570F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F73 is #A8F08C. Grayscale: #2F2F2F. Windows color (decimal): -11071629 or 7540567. OLE color: 7540567.

HSL color Cylindrical-coordinate representation of color #570F73: hue angle of 283.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570F73 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 15 115 -
CMYK 0.24 0.87 0 0.55
HSL 283.2º 0.77% 0.25% -
HSV(B) 283.2º 0.87% 0.45% -
XYZ 7.2 3.61 16.54 -
YUV 47.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 87 15 115 0.24 0.87 0 0.55 283.2 0.77 0.25
Hex 57 F 73 18 57 0 37 11B 4D 19
Octal 127 17 163 30 127 0 67 433 115 31
Binary 1010111 1111 1110011 11000 1010111 0 110111 100011011 1001101 11001

Color Harmonies of #570F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F73

Black with #570F73

Text Example


Text Example

White with #570F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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