Html Css Color HEX #55058B Indigo

📋 copy color: '#55058B'

red 85 ◦ green 5 ◦ blue 139

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

Shades of Indigo #55058B

Tints of Indigo #55058B

RGB

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

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

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

R = 37.12%
G = 2.18%
B = 60.7%

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

#55058B (or 0x55058B) is known color: Indigo. HEX triplet: 55, 05 and 8B. RGB value is (85,5,139). Sum of RGB (Red+Green+Blue) = 85+5+139=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #55058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55058B is #AAFA74. Grayscale: #2B2B2B. Windows color (decimal): -11205237 or 9110869. OLE color: 9110869.

HSL color Cylindrical-coordinate representation of color #55058B: hue angle of 275.82º 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 #55058B is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 5 139 -
CMYK 0.39 0.96 0 0.45
HSL 275.82º 0.93% 0.28% -
HSV(B) 275.82º 0.96% 0.55% -
XYZ 8.46 3.9 24.73 -
YUV 44.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 85 5 139 0.39 0.96 0 0.45 275.82 0.93 0.28
Hex 55 5 8B 27 60 0 2D 114 5D 1C
Octal 125 5 213 47 140 0 55 424 135 34
Binary 1010101 101 10001011 100111 1100000 0 101101 100010100 1011101 11100

Color Harmonies of #55058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55058B

Black with #55058B

Text Example


Text Example

White with #55058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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