Html Css Color HEX #570982 Indigo

📋 copy color: '#570982'

red 87 ◦ green 9 ◦ blue 130

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

Shades of Indigo #570982

Tints of Indigo #570982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 38.5%
G = 3.98%
B = 57.52%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#570982 (or 0x570982) is known color: Indigo. HEX triplet: 57, 09 and 82. RGB value is (87,9,130). Sum of RGB (Red+Green+Blue) = 87+9+130=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #570982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570982 is #A8F67D. Grayscale: #2D2D2D. Windows color (decimal): -11073150 or 8522071. OLE color: 8522071.

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

Color convert

RGB 87 9 130 -
CMYK 0.33 0.93 0 0.49
HSL 278.68º 0.87% 0.27% -
HSV(B) 278.68º 0.93% 0.51% -
XYZ 8.06 3.83 21.43 -
YUV 46.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 87 9 130 0.33 0.93 0 0.49 278.68 0.87 0.27
Hex 57 9 82 21 5D 0 31 117 57 1B
Octal 127 11 202 41 135 0 61 427 127 33
Binary 1010111 1001 10000010 100001 1011101 0 110001 100010111 1010111 11011

Color Harmonies of #570982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570982

Black with #570982

Text Example


Text Example

White with #570982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570982; }

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

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

background-color css

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

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

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

border-color css

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

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

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