Html Css Color HEX #551095 Indigo

📋 copy color: '#551095'

red 85 ◦ green 16 ◦ blue 149

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

Shades of Indigo #551095

Tints of Indigo #551095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 34%
G = 6.4%
B = 59.6%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#551095 (or 0x551095) is known color: Indigo. HEX triplet: 55, 10 and 95. RGB value is (85,16,149). Sum of RGB (Red+Green+Blue) = 85+16+149=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #551095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551095 is #AAEF6A. Grayscale: #333333. Windows color (decimal): -11202411 or 9769045. OLE color: 9769045.

HSL color Cylindrical-coordinate representation of color #551095: hue angle of 271.13º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551095 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 16 149 -
CMYK 0.43 0.89 0 0.42
HSL 271.13º 0.81% 0.32% -
HSV(B) 271.13º 0.89% 0.58% -
XYZ 9.36 4.47 28.8 -
YUV 51.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 85 16 149 0.43 0.89 0 0.42 271.13 0.81 0.32
Hex 55 10 95 2B 59 0 2A 10F 51 20
Octal 125 20 225 53 131 0 52 417 121 40
Binary 1010101 10000 10010101 101011 1011001 0 101010 100001111 1010001 100000

Color Harmonies of #551095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551095

Black with #551095

Text Example


Text Example

White with #551095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551095; }

 p { color: rgb(85,16,149); }

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

background-color css

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

 a { background-color: rgb(85,16,149); }

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

border-color css

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

 span { border-color: rgb(85,16,149); }

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