Html Css Color HEX #55108B Indigo

📋 copy color: '#55108B'

red 85 ◦ green 16 ◦ blue 139

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

Shades of Indigo #55108B

Tints of Indigo #55108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 35.42%
G = 6.67%
B = 57.92%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55108B (or 0x55108B) is known color: Indigo. HEX triplet: 55, 10 and 8B. RGB value is (85,16,139). Sum of RGB (Red+Green+Blue) = 85+16+139=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #55108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55108B is #AAEF74. Grayscale: #323232. Windows color (decimal): -11202421 or 9113685. OLE color: 9113685.

HSL color Cylindrical-coordinate representation of color #55108B: hue angle of 273.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55108B is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 16 139 -
CMYK 0.39 0.88 0 0.45
HSL 273.66º 0.79% 0.3% -
HSV(B) 273.66º 0.88% 0.55% -
XYZ 8.59 4.17 24.78 -
YUV 50.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 85 16 139 0.39 0.88 0 0.45 273.66 0.79 0.3
Hex 55 10 8B 27 58 0 2D 112 4F 1E
Octal 125 20 213 47 130 0 55 422 117 36
Binary 1010101 10000 10001011 100111 1011000 0 101101 100010010 1001111 11110

Color Harmonies of #55108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55108B

Black with #55108B

Text Example


Text Example

White with #55108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55108B; }

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

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

background-color css

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

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

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

border-color css

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

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

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