Html Css Color HEX #55189F Indigo

📋 copy color: '#55189F'

red 85 ◦ green 24 ◦ blue 159

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

Shades of Indigo #55189F

Tints of Indigo #55189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 31.72%
G = 8.96%
B = 59.33%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55189F (or 0x55189F) is known color: Indigo. HEX triplet: 55, 18 and 9F. RGB value is (85,24,159). Sum of RGB (Red+Green+Blue) = 85+24+159=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #55189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55189F is #AAE760. Grayscale: #393939. Windows color (decimal): -11200353 or 10426453. OLE color: 10426453.

HSL color Cylindrical-coordinate representation of color #55189F: hue angle of 267.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55189F is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 24 159 -
CMYK 0.47 0.85 0 0.38
HSL 267.11º 0.74% 0.36% -
HSV(B) 267.11º 0.85% 0.62% -
XYZ 10.33 5.09 33.24 -
YUV 57.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 85 24 159 0.47 0.85 0 0.38 267.11 0.74 0.36
Hex 55 18 9F 2F 55 0 26 10B 4A 24
Octal 125 30 237 57 125 0 46 413 112 44
Binary 1010101 11000 10011111 101111 1010101 0 100110 100001011 1001010 100100

Color Harmonies of #55189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55189F

Black with #55189F

Text Example


Text Example

White with #55189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,24,159); }

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

background-color css

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

 a { background-color: rgb(85,24,159); }

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

border-color css

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

 span { border-color: rgb(85,24,159); }

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