Html Css Color HEX #55099C Indigo

📋 copy color: '#55099C'

red 85 ◦ green 9 ◦ blue 156

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

Shades of Indigo #55099C

Tints of Indigo #55099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

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

R = 34%
G = 3.6%
B = 62.4%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55099C (or 0x55099C) is known color: Indigo. HEX triplet: 55, 09 and 9C. RGB value is (85,9,156). Sum of RGB (Red+Green+Blue) = 85+9+156=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #55099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099C is #AAF663. Grayscale: #2F2F2F. Windows color (decimal): -11204196 or 10226005. OLE color: 10226005.

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

Color convert

RGB 85 9 156 -
CMYK 0.46 0.94 0 0.39
HSL 271.02º 0.89% 0.32% -
HSV(B) 271.02º 0.94% 0.61% -
XYZ 9.84 4.53 31.81 -
YUV 48.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 85 9 156 0.46 0.94 0 0.39 271.02 0.89 0.32
Hex 55 9 9C 2E 5E 0 27 10F 59 20
Octal 125 11 234 56 136 0 47 417 131 40
Binary 1010101 1001 10011100 101110 1011110 0 100111 100001111 1011001 100000

Color Harmonies of #55099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55099C

Black with #55099C

Text Example


Text Example

White with #55099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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