Html Css Color HEX #570262 Indigo

📋 copy color: '#570262'

red 87 ◦ green 2 ◦ blue 98

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

Shades of Indigo #570262

Tints of Indigo #570262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 46.52%
G = 1.07%
B = 52.41%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#570262 (or 0x570262) is known color: Indigo. HEX triplet: 57, 02 and 62. RGB value is (87,2,98). Sum of RGB (Red+Green+Blue) = 87+2+98=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #570262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570262 is #A8FD9D. Grayscale: #262626. Windows color (decimal): -11074974 or 6423127. OLE color: 6423127.

HSL color Cylindrical-coordinate representation of color #570262: hue angle of 293.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570262 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 2 98 -
CMYK 0.11 0.98 0 0.62
HSL 293.13º 0.96% 0.2% -
HSV(B) 293.13º 0.98% 0.38% -
XYZ 6.16 2.95 11.8 -
YUV 38.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 87 2 98 0.11 0.98 0 0.62 293.13 0.96 0.2
Hex 57 2 62 B 62 0 3E 125 60 14
Octal 127 2 142 13 142 0 76 445 140 24
Binary 1010111 10 1100010 1011 1100010 0 111110 100100101 1100000 10100

Color Harmonies of #570262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570262

Black with #570262

Text Example


Text Example

White with #570262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570262; }

 p { color: rgb(87,2,98); }

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

background-color css

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

 a { background-color: rgb(87,2,98); }

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

border-color css

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

 span { border-color: rgb(87,2,98); }

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