Html Css Color HEX #570C84 Indigo

📋 copy color: '#570C84'

red 87 ◦ green 12 ◦ blue 132

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

Shades of Indigo #570C84

Tints of Indigo #570C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 132 (51.95% from 255) = 57.14%

R = 37.66%
G = 5.19%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#570C84 (or 0x570C84) is known color: Indigo. HEX triplet: 57, 0C and 84. RGB value is (87,12,132). Sum of RGB (Red+Green+Blue) = 87+12+132=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #570C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570C84 is #A8F37B. Grayscale: #2F2F2F. Windows color (decimal): -11072380 or 8653911. OLE color: 8653911.

HSL color Cylindrical-coordinate representation of color #570C84: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570C84 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 12 132 -
CMYK 0.34 0.91 0 0.48
HSL 277.5º 0.83% 0.28% -
HSV(B) 277.5º 0.91% 0.52% -
XYZ 8.23 3.96 22.16 -
YUV 48.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 87 12 132 0.34 0.91 0 0.48 277.5 0.83 0.28
Hex 57 C 84 22 5B 0 30 116 53 1C
Octal 127 14 204 42 133 0 60 426 123 34
Binary 1010111 1100 10000100 100010 1011011 0 110000 100010110 1010011 11100

Color Harmonies of #570C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C84

Black with #570C84

Text Example


Text Example

White with #570C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570C84; }

 p { color: rgb(87,12,132); }

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

background-color css

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

 a { background-color: rgb(87,12,132); }

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

border-color css

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

 span { border-color: rgb(87,12,132); }

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