Html Css Color HEX #570163 Indigo

📋 copy color: '#570163'

red 87 ◦ green 1 ◦ blue 99

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

Shades of Indigo #570163

Tints of Indigo #570163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 46.52%
G = 0.53%
B = 52.94%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#570163 (or 0x570163) is known color: Indigo. HEX triplet: 57, 01 and 63. RGB value is (87,1,99). Sum of RGB (Red+Green+Blue) = 87+1+99=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #570163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570163 is #A8FE9C. Grayscale: #252525. Windows color (decimal): -11075229 or 6488407. OLE color: 6488407.

HSL color Cylindrical-coordinate representation of color #570163: hue angle of 292.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570163 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 1 99 -
CMYK 0.12 0.99 0 0.61
HSL 292.65º 0.98% 0.2% -
HSV(B) 292.65º 0.99% 0.39% -
XYZ 6.19 2.95 12.05 -
YUV 37.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 87 1 99 0.12 0.99 0 0.61 292.65 0.98 0.2
Hex 57 1 63 C 63 0 3D 125 62 14
Octal 127 1 143 14 143 0 75 445 142 24
Binary 1010111 1 1100011 1100 1100011 0 111101 100100101 1100010 10100

Color Harmonies of #570163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570163

Black with #570163

Text Example


Text Example

White with #570163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570163; }

 p { color: rgb(87,1,99); }

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

background-color css

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

 a { background-color: rgb(87,1,99); }

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

border-color css

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

 span { border-color: rgb(87,1,99); }

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