Html Css Color HEX #570491 Indigo

📋 copy color: '#570491'

red 87 ◦ green 4 ◦ blue 145

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

Shades of Indigo #570491

Tints of Indigo #570491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 36.86%
G = 1.69%
B = 61.44%

CMYK

 C value IS 0.4

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#570491 (or 0x570491) is known color: Indigo. HEX triplet: 57, 04 and 91. RGB value is (87,4,145). Sum of RGB (Red+Green+Blue) = 87+4+145=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #570491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570491 is #A8FB6E. Grayscale: #2C2C2C. Windows color (decimal): -11074415 or 9503831. OLE color: 9503831.

HSL color Cylindrical-coordinate representation of color #570491: hue angle of 275.32º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570491 is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 4 145 -
CMYK 0.4 0.97 0 0.43
HSL 275.32º 0.95% 0.29% -
HSV(B) 275.32º 0.97% 0.57% -
XYZ 9.08 4.16 27.11 -
YUV 44.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 87 4 145 0.4 0.97 0 0.43 275.32 0.95 0.29
Hex 57 4 91 28 61 0 2B 113 5F 1D
Octal 127 4 221 50 141 0 53 423 137 35
Binary 1010111 100 10010001 101000 1100001 0 101011 100010011 1011111 11101

Color Harmonies of #570491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570491

Black with #570491

Text Example


Text Example

White with #570491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570491; }

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

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

background-color css

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

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

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

border-color css

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

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

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