Html Css Color HEX #560262 Indigo

📋 copy color: '#560262'

red 86 ◦ green 2 ◦ blue 98

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

Shades of Indigo #560262

Tints of Indigo #560262

RGB

 RED value IS 86 (33.98% from 255) = 46.24%

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

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

R = 46.24%
G = 1.08%
B = 52.69%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560262 (or 0x560262) is known color: Indigo. HEX triplet: 56, 02 and 62. RGB value is (86,2,98). Sum of RGB (Red+Green+Blue) = 86+2+98=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #560262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560262 is #A9FD9D. Grayscale: #252525. Windows color (decimal): -11140510 or 6423126. OLE color: 6423126.

HSL color Cylindrical-coordinate representation of color #560262: hue angle of 292.5º 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 #560262 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 2 98 -
CMYK 0.12 0.98 0 0.62
HSL 292.5º 0.96% 0.2% -
HSV(B) 292.5º 0.98% 0.38% -
XYZ 6.06 2.9 11.8 -
YUV 38.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 86 2 98 0.12 0.98 0 0.62 292.5 0.96 0.2
Hex 56 2 62 C 62 0 3E 124 60 14
Octal 126 2 142 14 142 0 76 444 140 24
Binary 1010110 10 1100010 1100 1100010 0 111110 100100100 1100000 10100

Color Harmonies of #560262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560262

Black with #560262

Text Example


Text Example

White with #560262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560262; }

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

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

background-color css

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

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

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

border-color css

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

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

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