Html Css Color HEX #570694 Indigo

📋 copy color: '#570694'

red 87 ◦ green 6 ◦ blue 148

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

Shades of Indigo #570694

Tints of Indigo #570694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 36.1%
G = 2.49%
B = 61.41%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#570694 (or 0x570694) is known color: Indigo. HEX triplet: 57, 06 and 94. RGB value is (87,6,148). Sum of RGB (Red+Green+Blue) = 87+6+148=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #570694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570694 is #A8F96B. Grayscale: #2D2D2D. Windows color (decimal): -11073900 or 9700951. OLE color: 9700951.

HSL color Cylindrical-coordinate representation of color #570694: hue angle of 274.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570694 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 6 148 -
CMYK 0.41 0.96 0 0.42
HSL 274.23º 0.92% 0.3% -
HSV(B) 274.23º 0.96% 0.58% -
XYZ 9.34 4.29 28.35 -
YUV 46.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 87 6 148 0.41 0.96 0 0.42 274.23 0.92 0.3
Hex 57 6 94 29 60 0 2A 112 5C 1E
Octal 127 6 224 51 140 0 52 422 134 36
Binary 1010111 110 10010100 101001 1100000 0 101010 100010010 1011100 11110

Color Harmonies of #570694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570694

Black with #570694

Text Example


Text Example

White with #570694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570694; }

 p { color: rgb(87,6,148); }

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

background-color css

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

 a { background-color: rgb(87,6,148); }

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

border-color css

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

 span { border-color: rgb(87,6,148); }

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