Html Css Color HEX #570192 Indigo

📋 copy color: '#570192'

red 87 ◦ green 1 ◦ blue 146

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

Shades of Indigo #570192

Tints of Indigo #570192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 37.18%
G = 0.43%
B = 62.39%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#570192 (or 0x570192) is known color: Indigo. HEX triplet: 57, 01 and 92. RGB value is (87,1,146). Sum of RGB (Red+Green+Blue) = 87+1+146=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #570192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570192 is #A8FE6D. Grayscale: #2A2A2A. Windows color (decimal): -11075182 or 9568599. OLE color: 9568599.

HSL color Cylindrical-coordinate representation of color #570192: hue angle of 275.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570192 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 1 146 -
CMYK 0.40 0.99 0 0.43
HSL 275.59º 0.99% 0.29% -
HSV(B) 275.59º 0.99% 0.57% -
XYZ 9.13 4.12 27.51 -
YUV 43.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 87 1 146 0.40 0.99 0 0.43 275.59 0.99 0.29
Hex 57 1 92 28 63 0 2B 114 63 1D
Octal 127 1 222 50 143 0 53 424 143 35
Binary 1010111 1 10010010 101000 1100011 0 101011 100010100 1100011 11101

Color Harmonies of #570192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570192

Black with #570192

Text Example


Text Example

White with #570192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570192; }

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

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

background-color css

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

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

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

border-color css

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

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

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