Html Css Color HEX #55129F Indigo

📋 copy color: '#55129F'

red 85 ◦ green 18 ◦ blue 159

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

Shades of Indigo #55129F

Tints of Indigo #55129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 32.44%
G = 6.87%
B = 60.69%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55129F (or 0x55129F) is known color: Indigo. HEX triplet: 55, 12 and 9F. RGB value is (85,18,159). Sum of RGB (Red+Green+Blue) = 85+18+159=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #55129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55129F is #AAED60. Grayscale: #353535. Windows color (decimal): -11201889 or 10424917. OLE color: 10424917.

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

Color convert

RGB 85 18 159 -
CMYK 0.47 0.89 0 0.38
HSL 268.51º 0.8% 0.35% -
HSV(B) 268.51º 0.89% 0.62% -
XYZ 10.22 4.87 33.2 -
YUV 54.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 85 18 159 0.47 0.89 0 0.38 268.51 0.8 0.35
Hex 55 12 9F 2F 59 0 26 10D 50 23
Octal 125 22 237 57 131 0 46 415 120 43
Binary 1010101 10010 10011111 101111 1011001 0 100110 100001101 1010000 100011

Color Harmonies of #55129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55129F

Black with #55129F

Text Example


Text Example

White with #55129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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