Html Css Color HEX #55106F Indigo

📋 copy color: '#55106F'

red 85 ◦ green 16 ◦ blue 111

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

Shades of Indigo #55106F

Tints of Indigo #55106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 40.09%
G = 7.55%
B = 52.36%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55106F (or 0x55106F) is known color: Indigo. HEX triplet: 55, 10 and 6F. RGB value is (85,16,111). Sum of RGB (Red+Green+Blue) = 85+16+111=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #55106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55106F is #AAEF90. Grayscale: #2F2F2F. Windows color (decimal): -11202449 or 7278677. OLE color: 7278677.

HSL color Cylindrical-coordinate representation of color #55106F: hue angle of 283.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55106F is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 16 111 -
CMYK 0.23 0.86 0 0.56
HSL 283.58º 0.75% 0.25% -
HSV(B) 283.58º 0.86% 0.44% -
XYZ 6.8 3.45 15.35 -
YUV 47.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 85 16 111 0.23 0.86 0 0.56 283.58 0.75 0.25
Hex 55 10 6F 17 56 0 38 11C 4B 19
Octal 125 20 157 27 126 0 70 434 113 31
Binary 1010101 10000 1101111 10111 1010110 0 111000 100011100 1001011 11001

Color Harmonies of #55106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55106F

Black with #55106F

Text Example


Text Example

White with #55106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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