Html Css Color HEX #55059C Indigo

📋 copy color: '#55059C'

red 85 ◦ green 5 ◦ blue 156

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

Shades of Indigo #55059C

Tints of Indigo #55059C

RGB

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

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

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

R = 34.55%
G = 2.03%
B = 63.41%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55059C (or 0x55059C) is known color: Indigo. HEX triplet: 55, 05 and 9C. RGB value is (85,5,156). Sum of RGB (Red+Green+Blue) = 85+5+156=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #55059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55059C is #AAFA63. Grayscale: #2D2D2D. Windows color (decimal): -11205220 or 10224981. OLE color: 10224981.

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

Color convert

RGB 85 5 156 -
CMYK 0.46 0.97 0 0.39
HSL 271.79º 0.94% 0.32% -
HSV(B) 271.79º 0.97% 0.61% -
XYZ 9.8 4.44 31.79 -
YUV 46.13 190 155.72 -
System Red Green Blue C M Y K H S L
Decimal 85 5 156 0.46 0.97 0 0.39 271.79 0.94 0.32
Hex 55 5 9C 2E 61 0 27 110 5E 20
Octal 125 5 234 56 141 0 47 420 136 40
Binary 1010101 101 10011100 101110 1100001 0 100111 100010000 1011110 100000

Color Harmonies of #55059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55059C

Black with #55059C

Text Example


Text Example

White with #55059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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