Html Css Color HEX #551885 Indigo

📋 copy color: '#551885'

red 85 ◦ green 24 ◦ blue 133

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

Shades of Indigo #551885

Tints of Indigo #551885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 35.12%
G = 9.92%
B = 54.96%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#551885 (or 0x551885) is known color: Indigo. HEX triplet: 55, 18 and 85. RGB value is (85,24,133). Sum of RGB (Red+Green+Blue) = 85+24+133=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #551885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551885 is #AAE77A. Grayscale: #363636. Windows color (decimal): -11200379 or 8722517. OLE color: 8722517.

HSL color Cylindrical-coordinate representation of color #551885: hue angle of 273.58º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551885 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 24 133 -
CMYK 0.36 0.82 0 0.48
HSL 273.58º 0.69% 0.31% -
HSV(B) 273.58º 0.82% 0.52% -
XYZ 8.31 4.28 22.58 -
YUV 54.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 85 24 133 0.36 0.82 0 0.48 273.58 0.69 0.31
Hex 55 18 85 24 52 0 30 112 45 1F
Octal 125 30 205 44 122 0 60 422 105 37
Binary 1010101 11000 10000101 100100 1010010 0 110000 100010010 1000101 11111

Color Harmonies of #551885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551885

Black with #551885

Text Example


Text Example

White with #551885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551885; }

 p { color: rgb(85,24,133); }

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

background-color css

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

 a { background-color: rgb(85,24,133); }

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

border-color css

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

 span { border-color: rgb(85,24,133); }

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