Html Css Color HEX #570766 Indigo

📋 copy color: '#570766'

red 87 ◦ green 7 ◦ blue 102

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

Shades of Indigo #570766

Tints of Indigo #570766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 44.39%
G = 3.57%
B = 52.04%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#570766 (or 0x570766) is known color: Indigo. HEX triplet: 57, 07 and 66. RGB value is (87,7,102). Sum of RGB (Red+Green+Blue) = 87+7+102=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #570766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570766 is #A8F899. Grayscale: #292929. Windows color (decimal): -11073690 or 6686551. OLE color: 6686551.

HSL color Cylindrical-coordinate representation of color #570766: hue angle of 290.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570766 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 7 102 -
CMYK 0.15 0.93 0 0.6
HSL 290.53º 0.87% 0.21% -
HSV(B) 290.53º 0.93% 0.4% -
XYZ 6.4 3.14 12.84 -
YUV 41.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 87 7 102 0.15 0.93 0 0.6 290.53 0.87 0.21
Hex 57 7 66 F 5D 0 3C 123 57 15
Octal 127 7 146 17 135 0 74 443 127 25
Binary 1010111 111 1100110 1111 1011101 0 111100 100100011 1010111 10101

Color Harmonies of #570766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570766

Black with #570766

Text Example


Text Example

White with #570766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570766; }

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

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

background-color css

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

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

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

border-color css

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

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

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