Html Css Color HEX #551492 Indigo

📋 copy color: '#551492'

red 85 ◦ green 20 ◦ blue 146

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

Shades of Indigo #551492

Tints of Indigo #551492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 33.86%
G = 7.97%
B = 58.17%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#551492 (or 0x551492) is known color: Indigo. HEX triplet: 55, 14 and 92. RGB value is (85,20,146). Sum of RGB (Red+Green+Blue) = 85+20+146=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #551492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551492 is #AAEB6D. Grayscale: #353535. Windows color (decimal): -11201390 or 9573461. OLE color: 9573461.

HSL color Cylindrical-coordinate representation of color #551492: hue angle of 270.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551492 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 20 146 -
CMYK 0.42 0.86 0 0.43
HSL 270.95º 0.76% 0.33% -
HSV(B) 270.95º 0.86% 0.57% -
XYZ 9.18 4.51 27.58 -
YUV 53.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 85 20 146 0.42 0.86 0 0.43 270.95 0.76 0.33
Hex 55 14 92 2A 56 0 2B 10F 4C 21
Octal 125 24 222 52 126 0 53 417 114 41
Binary 1010101 10100 10010010 101010 1010110 0 101011 100001111 1001100 100001

Color Harmonies of #551492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551492

Black with #551492

Text Example


Text Example

White with #551492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551492; }

 p { color: rgb(85,20,146); }

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

background-color css

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

 a { background-color: rgb(85,20,146); }

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

border-color css

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

 span { border-color: rgb(85,20,146); }

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