Html Css Color HEX #570466 Indigo

📋 copy color: '#570466'

red 87 ◦ green 4 ◦ blue 102

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

Shades of Indigo #570466

Tints of Indigo #570466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

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

R = 45.08%
G = 2.07%
B = 52.85%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#570466 (or 0x570466) is known color: Indigo. HEX triplet: 57, 04 and 66. RGB value is (87,4,102). Sum of RGB (Red+Green+Blue) = 87+4+102=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #570466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570466 is #A8FB99. Grayscale: #272727. Windows color (decimal): -11074458 or 6685783. OLE color: 6685783.

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

Color convert

RGB 87 4 102 -
CMYK 0.15 0.96 0 0.6
HSL 290.82º 0.92% 0.21% -
HSV(B) 290.82º 0.96% 0.4% -
XYZ 6.37 3.07 12.83 -
YUV 39.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 87 4 102 0.15 0.96 0 0.6 290.82 0.92 0.21
Hex 57 4 66 F 60 0 3C 123 5C 15
Octal 127 4 146 17 140 0 74 443 134 25
Binary 1010111 100 1100110 1111 1100000 0 111100 100100011 1011100 10101

Color Harmonies of #570466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570466

Black with #570466

Text Example


Text Example

White with #570466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570466; }

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

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

background-color css

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

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

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

border-color css

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

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

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