Html Css Color HEX #55158E Indigo

📋 copy color: '#55158E'

red 85 ◦ green 21 ◦ blue 142

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

Shades of Indigo #55158E

Tints of Indigo #55158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 34.27%
G = 8.47%
B = 57.26%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55158E (or 0x55158E) is known color: Indigo. HEX triplet: 55, 15 and 8E. RGB value is (85,21,142). Sum of RGB (Red+Green+Blue) = 85+21+142=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #55158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55158E is #AAEA71. Grayscale: #353535. Windows color (decimal): -11201138 or 9311573. OLE color: 9311573.

HSL color Cylindrical-coordinate representation of color #55158E: hue angle of 271.74º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55158E is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 21 142 -
CMYK 0.40 0.85 0 0.44
HSL 271.74º 0.74% 0.32% -
HSV(B) 271.74º 0.85% 0.56% -
XYZ 8.9 4.42 25.98 -
YUV 53.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 85 21 142 0.40 0.85 0 0.44 271.74 0.74 0.32
Hex 55 15 8E 28 55 0 2C 110 4A 20
Octal 125 25 216 50 125 0 54 420 112 40
Binary 1010101 10101 10001110 101000 1010101 0 101100 100010000 1001010 100000

Color Harmonies of #55158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55158E

Black with #55158E

Text Example


Text Example

White with #55158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55158E; }

 p { color: rgb(85,21,142); }

 H1.HeaderClassName
 {
   color: #55158E;
 }
 .AnyTagClassName
 {
   color: #55158E;
 }
</style>

background-color css

<style>
 a { background-color: #55158E; }

 a { background-color: rgb(85,21,142); }

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

border-color css

<style>
 span { border-color: #55158E; }

 span { border-color: rgb(85,21,142); }

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