Html Css Color HEX #570168 Indigo

📋 copy color: '#570168'

red 87 ◦ green 1 ◦ blue 104

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

Shades of Indigo #570168

Tints of Indigo #570168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 45.31%
G = 0.52%
B = 54.17%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#570168 (or 0x570168) is known color: Indigo. HEX triplet: 57, 01 and 68. RGB value is (87,1,104). Sum of RGB (Red+Green+Blue) = 87+1+104=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #570168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570168 is #A8FE97. Grayscale: #262626. Windows color (decimal): -11075224 or 6816087. OLE color: 6816087.

HSL color Cylindrical-coordinate representation of color #570168: hue angle of 290.1º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570168 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 1 104 -
CMYK 0.16 0.99 0 0.59
HSL 290.1º 0.98% 0.21% -
HSV(B) 290.1º 0.99% 0.41% -
XYZ 6.44 3.05 13.35 -
YUV 38.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 87 1 104 0.16 0.99 0 0.59 290.1 0.98 0.21
Hex 57 1 68 10 63 0 3B 122 62 15
Octal 127 1 150 20 143 0 73 442 142 25
Binary 1010111 1 1101000 10000 1100011 0 111011 100100010 1100010 10101

Color Harmonies of #570168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570168

Black with #570168

Text Example


Text Example

White with #570168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570168; }

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

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

background-color css

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

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

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

border-color css

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

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

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