Html Css Color HEX #570966 Indigo

📋 copy color: '#570966'

red 87 ◦ green 9 ◦ blue 102

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

Shades of Indigo #570966

Tints of Indigo #570966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 43.94%
G = 4.55%
B = 51.52%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#570966 (or 0x570966) is known color: Indigo. HEX triplet: 57, 09 and 66. RGB value is (87,9,102). Sum of RGB (Red+Green+Blue) = 87+9+102=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #570966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570966 is #A8F699. Grayscale: #2A2A2A. Windows color (decimal): -11073178 or 6687063. OLE color: 6687063.

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

Color convert

RGB 87 9 102 -
CMYK 0.15 0.91 0 0.6
HSL 290.32º 0.84% 0.22% -
HSV(B) 290.32º 0.91% 0.4% -
XYZ 6.43 3.18 12.85 -
YUV 42.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 87 9 102 0.15 0.91 0 0.6 290.32 0.84 0.22
Hex 57 9 66 F 5B 0 3C 122 54 16
Octal 127 11 146 17 133 0 74 442 124 26
Binary 1010111 1001 1100110 1111 1011011 0 111100 100100010 1010100 10110

Color Harmonies of #570966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570966

Black with #570966

Text Example


Text Example

White with #570966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570966; }

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

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

background-color css

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

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

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

border-color css

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

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

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