Html Css Color HEX #551298 Indigo

📋 copy color: '#551298'

red 85 ◦ green 18 ◦ blue 152

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

Shades of Indigo #551298

Tints of Indigo #551298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 33.33%
G = 7.06%
B = 59.61%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#551298 (or 0x551298) is known color: Indigo. HEX triplet: 55, 12 and 98. RGB value is (85,18,152). Sum of RGB (Red+Green+Blue) = 85+18+152=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #551298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551298 is #AAED67. Grayscale: #343434. Windows color (decimal): -11201896 or 9966165. OLE color: 9966165.

HSL color Cylindrical-coordinate representation of color #551298: hue angle of 270º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551298 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 18 152 -
CMYK 0.44 0.88 0 0.40
HSL 270º 0.79% 0.33% -
HSV(B) 270º 0.88% 0.6% -
XYZ 9.63 4.63 30.09 -
YUV 53.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 85 18 152 0.44 0.88 0 0.40 270 0.79 0.33
Hex 55 12 98 2C 58 0 28 10E 4F 21
Octal 125 22 230 54 130 0 50 416 117 41
Binary 1010101 10010 10011000 101100 1011000 0 101000 100001110 1001111 100001

Color Harmonies of #551298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551298

Black with #551298

Text Example


Text Example

White with #551298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551298; }

 p { color: rgb(85,18,152); }

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

background-color css

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

 a { background-color: rgb(85,18,152); }

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

border-color css

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

 span { border-color: rgb(85,18,152); }

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