Html Css Color HEX #55187A Indigo

📋 copy color: '#55187A'

red 85 ◦ green 24 ◦ blue 122

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

Shades of Indigo #55187A

Tints of Indigo #55187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 36.8%
G = 10.39%
B = 52.81%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55187A (or 0x55187A) is known color: Indigo. HEX triplet: 55, 18 and 7A. RGB value is (85,24,122). Sum of RGB (Red+Green+Blue) = 85+24+122=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #55187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55187A is #AAE785. Grayscale: #353535. Windows color (decimal): -11200390 or 8001621. OLE color: 8001621.

HSL color Cylindrical-coordinate representation of color #55187A: hue angle of 277.35º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55187A is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 24 122 -
CMYK 0.30 0.80 0 0.52
HSL 277.35º 0.67% 0.29% -
HSV(B) 277.35º 0.8% 0.48% -
XYZ 7.59 3.99 18.78 -
YUV 53.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 85 24 122 0.30 0.80 0 0.52 277.35 0.67 0.29
Hex 55 18 7A 1E 50 0 34 115 43 1D
Octal 125 30 172 36 120 0 64 425 103 35
Binary 1010101 11000 1111010 11110 1010000 0 110100 100010101 1000011 11101

Color Harmonies of #55187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55187A

Black with #55187A

Text Example


Text Example

White with #55187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55187A; }

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

 H1.HeaderClassName
 {
   color: #55187A;
 }
 .AnyTagClassName
 {
   color: #55187A;
 }
</style>

background-color css

<style>
 a { background-color: #55187A; }

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

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

border-color css

<style>
 span { border-color: #55187A; }

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

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