Html Css Color HEX #560F98 Indigo

📋 copy color: '#560F98'

red 86 ◦ green 15 ◦ blue 152

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

Shades of Indigo #560F98

Tints of Indigo #560F98

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

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

R = 33.99%
G = 5.93%
B = 60.08%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#560F98 (or 0x560F98) is known color: Indigo. HEX triplet: 56, 0F and 98. RGB value is (86,15,152). Sum of RGB (Red+Green+Blue) = 86+15+152=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #560F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F98 is #A9F067. Grayscale: #333333. Windows color (decimal): -11137128 or 9965398. OLE color: 9965398.

HSL color Cylindrical-coordinate representation of color #560F98: hue angle of 271.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560F98 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 15 152 -
CMYK 0.43 0.90 0 0.40
HSL 271.09º 0.82% 0.33% -
HSV(B) 271.09º 0.9% 0.6% -
XYZ 9.68 4.59 30.08 -
YUV 51.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 86 15 152 0.43 0.90 0 0.40 271.09 0.82 0.33
Hex 56 F 98 2B 5A 0 28 10F 52 21
Octal 126 17 230 53 132 0 50 417 122 41
Binary 1010110 1111 10011000 101011 1011010 0 101000 100001111 1010010 100001

Color Harmonies of #560F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F98

Black with #560F98

Text Example


Text Example

White with #560F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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