Html Css Color HEX #570B8D Indigo

📋 copy color: '#570B8D'

red 87 ◦ green 11 ◦ blue 141

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

Shades of Indigo #570B8D

Tints of Indigo #570B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 141 (55.47% from 255) = 59%

R = 36.4%
G = 4.6%
B = 59%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#570B8D (or 0x570B8D) is known color: Indigo. HEX triplet: 57, 0B and 8D. RGB value is (87,11,141). Sum of RGB (Red+Green+Blue) = 87+11+141=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #570B8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570B8D is #A8F472. Grayscale: #303030. Windows color (decimal): -11072627 or 9243479. OLE color: 9243479.

HSL color Cylindrical-coordinate representation of color #570B8D: hue angle of 275.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570B8D is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 11 141 -
CMYK 0.38 0.92 0 0.45
HSL 275.08º 0.86% 0.3% -
HSV(B) 275.08º 0.92% 0.55% -
XYZ 8.86 4.19 25.54 -
YUV 48.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 87 11 141 0.38 0.92 0 0.45 275.08 0.86 0.3
Hex 57 B 8D 26 5C 0 2D 113 56 1E
Octal 127 13 215 46 134 0 55 423 126 36
Binary 1010111 1011 10001101 100110 1011100 0 101101 100010011 1010110 11110

Color Harmonies of #570B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B8D

Black with #570B8D

Text Example


Text Example

White with #570B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,11,141); }

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

background-color css

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

 a { background-color: rgb(87,11,141); }

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

border-color css

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

 span { border-color: rgb(87,11,141); }

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