Html Css Color HEX #560098 Indigo

📋 copy color: '#560098'

red 86 ◦ green 0 ◦ blue 152

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

Shades of Indigo #560098

Tints of Indigo #560098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 36.13%
G = 0%
B = 63.87%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#560098 (or 0x560098) is known color: Indigo. HEX triplet: 56, 00 and 98. RGB value is (86,0,152). Sum of RGB (Red+Green+Blue) = 86+0+152=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #560098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560098 is #A9FF67. Grayscale: #2A2A2A. Windows color (decimal): -11140968 or 9961558. OLE color: 9961558.

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

Color convert

RGB 86 0 152 -
CMYK 0.43 1 0 0.40
HSL 273.95º 1% 0.3% -
HSV(B) 273.95º 1% 0.6% -
XYZ 9.51 4.25 30.02 -
YUV 43.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 86 0 152 0.43 1 0 0.40 273.95 1 0.3
Hex 56 0 98 2B 64 0 28 112 64 1E
Octal 126 0 230 53 144 0 50 422 144 36
Binary 1010110 0 10011000 101011 1100100 0 101000 100010010 1100100 11110

Color Harmonies of #560098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560098

Black with #560098

Text Example


Text Example

White with #560098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560098; }

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

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

background-color css

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

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

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

border-color css

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

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

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