Html Css Color HEX #55136E Indigo

📋 copy color: '#55136E'

red 85 ◦ green 19 ◦ blue 110

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

Shades of Indigo #55136E

Tints of Indigo #55136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 39.72%
G = 8.88%
B = 51.4%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55136E (or 0x55136E) is known color: Indigo. HEX triplet: 55, 13 and 6E. RGB value is (85,19,110). Sum of RGB (Red+Green+Blue) = 85+19+110=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #55136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55136E is #AAEC91. Grayscale: #303030. Windows color (decimal): -11201682 or 7213909. OLE color: 7213909.

HSL color Cylindrical-coordinate representation of color #55136E: hue angle of 283.52º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55136E is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 19 110 -
CMYK 0.23 0.83 0 0.57
HSL 283.52º 0.71% 0.25% -
HSV(B) 283.52º 0.83% 0.43% -
XYZ 6.79 3.52 15.07 -
YUV 49.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 85 19 110 0.23 0.83 0 0.57 283.52 0.71 0.25
Hex 55 13 6E 17 53 0 39 11C 47 19
Octal 125 23 156 27 123 0 71 434 107 31
Binary 1010101 10011 1101110 10111 1010011 0 111001 100011100 1000111 11001

Color Harmonies of #55136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55136E

Black with #55136E

Text Example


Text Example

White with #55136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55136E; }

 p { color: rgb(85,19,110); }

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

background-color css

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

 a { background-color: rgb(85,19,110); }

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

border-color css

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

 span { border-color: rgb(85,19,110); }

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