Html Css Color HEX #560092 Indigo

📋 copy color: '#560092'

red 86 ◦ green 0 ◦ blue 146

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

Shades of Indigo #560092

Tints of Indigo #560092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.07%
G = 0%
B = 62.93%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560092 (or 0x560092) is known color: Indigo. HEX triplet: 56, 00 and 92. RGB value is (86,0,146). Sum of RGB (Red+Green+Blue) = 86+0+146=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #560092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560092 is #A9FF6D. Grayscale: #292929. Windows color (decimal): -11140974 or 9568342. OLE color: 9568342.

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

Color convert

RGB 86 0 146 -
CMYK 0.41 1 0 0.43
HSL 275.34º 1% 0.29% -
HSV(B) 275.34º 1% 0.57% -
XYZ 9.03 4.05 27.5 -
YUV 42.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 86 0 146 0.41 1 0 0.43 275.34 1 0.29
Hex 56 0 92 29 64 0 2B 113 64 1D
Octal 126 0 222 51 144 0 53 423 144 35
Binary 1010110 0 10010010 101001 1100100 0 101011 100010011 1100100 11101

Color Harmonies of #560092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560092

Black with #560092

Text Example


Text Example

White with #560092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560092; }

 p { color: rgb(86,0,146); }

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

background-color css

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

 a { background-color: rgb(86,0,146); }

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

border-color css

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

 span { border-color: rgb(86,0,146); }

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