Html Css Color HEX #55189C Indigo

📋 copy color: '#55189C'

red 85 ◦ green 24 ◦ blue 156

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

Shades of Indigo #55189C

Tints of Indigo #55189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 32.08%
G = 9.06%
B = 58.87%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55189C (or 0x55189C) is known color: Indigo. HEX triplet: 55, 18 and 9C. RGB value is (85,24,156). Sum of RGB (Red+Green+Blue) = 85+24+156=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #55189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55189C is #AAE763. Grayscale: #383838. Windows color (decimal): -11200356 or 10229845. OLE color: 10229845.

HSL color Cylindrical-coordinate representation of color #55189C: hue angle of 267.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55189C is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 24 156 -
CMYK 0.46 0.85 0 0.39
HSL 267.73º 0.73% 0.35% -
HSV(B) 267.73º 0.85% 0.61% -
XYZ 10.07 4.98 31.88 -
YUV 57.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 85 24 156 0.46 0.85 0 0.39 267.73 0.73 0.35
Hex 55 18 9C 2E 55 0 27 10C 49 23
Octal 125 30 234 56 125 0 47 414 111 43
Binary 1010101 11000 10011100 101110 1010101 0 100111 100001100 1001001 100011

Color Harmonies of #55189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55189C

Black with #55189C

Text Example


Text Example

White with #55189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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