Html Css Color HEX #570482 Indigo

📋 copy color: '#570482'

red 87 ◦ green 4 ◦ blue 130

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

Shades of Indigo #570482

Tints of Indigo #570482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 39.37%
G = 1.81%
B = 58.82%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#570482 (or 0x570482) is known color: Indigo. HEX triplet: 57, 04 and 82. RGB value is (87,4,130). Sum of RGB (Red+Green+Blue) = 87+4+130=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #570482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570482 is #A8FB7D. Grayscale: #2A2A2A. Windows color (decimal): -11074430 or 8520791. OLE color: 8520791.

HSL color Cylindrical-coordinate representation of color #570482: hue angle of 279.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570482 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 4 130 -
CMYK 0.33 0.97 0 0.49
HSL 279.52º 0.94% 0.26% -
HSV(B) 279.52º 0.97% 0.51% -
XYZ 8 3.72 21.42 -
YUV 43.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 87 4 130 0.33 0.97 0 0.49 279.52 0.94 0.26
Hex 57 4 82 21 61 0 31 118 5E 1A
Octal 127 4 202 41 141 0 61 430 136 32
Binary 1010111 100 10000010 100001 1100001 0 110001 100011000 1011110 11010

Color Harmonies of #570482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570482

Black with #570482

Text Example


Text Example

White with #570482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570482; }

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

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

background-color css

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

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

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

border-color css

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

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

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