Html Css Color HEX #570294 Indigo

📋 copy color: '#570294'

red 87 ◦ green 2 ◦ blue 148

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

Shades of Indigo #570294

Tints of Indigo #570294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 36.71%
G = 0.84%
B = 62.45%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#570294 (or 0x570294) is known color: Indigo. HEX triplet: 57, 02 and 94. RGB value is (87,2,148). Sum of RGB (Red+Green+Blue) = 87+2+148=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #570294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570294 is #A8FD6B. Grayscale: #2B2B2B. Windows color (decimal): -11074924 or 9699927. OLE color: 9699927.

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

Color convert

RGB 87 2 148 -
CMYK 0.41 0.99 0 0.42
HSL 274.93º 0.97% 0.29% -
HSV(B) 274.93º 0.99% 0.58% -
XYZ 9.3 4.21 28.34 -
YUV 44.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 87 2 148 0.41 0.99 0 0.42 274.93 0.97 0.29
Hex 57 2 94 29 63 0 2A 113 61 1D
Octal 127 2 224 51 143 0 52 423 141 35
Binary 1010111 10 10010100 101001 1100011 0 101010 100010011 1100001 11101

Color Harmonies of #570294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570294

Black with #570294

Text Example


Text Example

White with #570294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570294; }

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

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

background-color css

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

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

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

border-color css

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

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

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