Html Css Color HEX #55166F Indigo

📋 copy color: '#55166F'

red 85 ◦ green 22 ◦ blue 111

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

Shades of Indigo #55166F

Tints of Indigo #55166F

RGB

 RED value IS 85 (33.59% from 255) = 38.99%

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 38.99%
G = 10.09%
B = 50.92%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55166F (or 0x55166F) is known color: Indigo. HEX triplet: 55, 16 and 6F. RGB value is (85,22,111). Sum of RGB (Red+Green+Blue) = 85+22+111=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #55166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55166F is #AAE990. Grayscale: #323232. Windows color (decimal): -11200913 or 7280213. OLE color: 7280213.

HSL color Cylindrical-coordinate representation of color #55166F: hue angle of 282.47º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55166F is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 22 111 -
CMYK 0.23 0.80 0 0.56
HSL 282.47º 0.67% 0.26% -
HSV(B) 282.47º 0.8% 0.44% -
XYZ 6.9 3.65 15.38 -
YUV 50.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 85 22 111 0.23 0.80 0 0.56 282.47 0.67 0.26
Hex 55 16 6F 17 50 0 38 11A 43 1A
Octal 125 26 157 27 120 0 70 432 103 32
Binary 1010101 10110 1101111 10111 1010000 0 111000 100011010 1000011 11010

Color Harmonies of #55166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55166F

Black with #55166F

Text Example


Text Example

White with #55166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55166F; }

 p { color: rgb(85,22,111); }

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

background-color css

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

 a { background-color: rgb(85,22,111); }

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

border-color css

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

 span { border-color: rgb(85,22,111); }

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