Html Css Color HEX #55098B Indigo

📋 copy color: '#55098B'

red 85 ◦ green 9 ◦ blue 139

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

Shades of Indigo #55098B

Tints of Indigo #55098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 36.48%
G = 3.86%
B = 59.66%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55098B (or 0x55098B) is known color: Indigo. HEX triplet: 55, 09 and 8B. RGB value is (85,9,139). Sum of RGB (Red+Green+Blue) = 85+9+139=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #55098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55098B is #AAF674. Grayscale: #2E2E2E. Windows color (decimal): -11204213 or 9111893. OLE color: 9111893.

HSL color Cylindrical-coordinate representation of color #55098B: hue angle of 275.08º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55098B is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 9 139 -
CMYK 0.39 0.94 0 0.45
HSL 275.08º 0.88% 0.29% -
HSV(B) 275.08º 0.94% 0.55% -
XYZ 8.5 3.99 24.75 -
YUV 46.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 85 9 139 0.39 0.94 0 0.45 275.08 0.88 0.29
Hex 55 9 8B 27 5E 0 2D 113 58 1D
Octal 125 11 213 47 136 0 55 423 130 35
Binary 1010101 1001 10001011 100111 1011110 0 101101 100010011 1011000 11101

Color Harmonies of #55098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55098B

Black with #55098B

Text Example


Text Example

White with #55098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55098B; }

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

 H1.HeaderClassName
 {
   color: #55098B;
 }
 .AnyTagClassName
 {
   color: #55098B;
 }
</style>

background-color css

<style>
 a { background-color: #55098B; }

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

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

border-color css

<style>
 span { border-color: #55098B; }

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

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