Html Css Color HEX #55058C Indigo

📋 copy color: '#55058C'

red 85 ◦ green 5 ◦ blue 140

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

Shades of Indigo #55058C

Tints of Indigo #55058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 36.96%
G = 2.17%
B = 60.87%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55058C (or 0x55058C) is known color: Indigo. HEX triplet: 55, 05 and 8C. RGB value is (85,5,140). Sum of RGB (Red+Green+Blue) = 85+5+140=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #55058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55058C is #AAFA73. Grayscale: #2B2B2B. Windows color (decimal): -11205236 or 9176405. OLE color: 9176405.

HSL color Cylindrical-coordinate representation of color #55058C: hue angle of 275.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55058C is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 5 140 -
CMYK 0.39 0.96 0 0.45
HSL 275.56º 0.93% 0.28% -
HSV(B) 275.56º 0.96% 0.55% -
XYZ 8.53 3.93 25.12 -
YUV 44.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 85 5 140 0.39 0.96 0 0.45 275.56 0.93 0.28
Hex 55 5 8C 27 60 0 2D 114 5D 1C
Octal 125 5 214 47 140 0 55 424 135 34
Binary 1010101 101 10001100 100111 1100000 0 101101 100010100 1011101 11100

Color Harmonies of #55058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55058C

Black with #55058C

Text Example


Text Example

White with #55058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,5,140); }

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

background-color css

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

 a { background-color: rgb(85,5,140); }

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

border-color css

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

 span { border-color: rgb(85,5,140); }

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