Html Css Color HEX #551888 Indigo

📋 copy color: '#551888'

red 85 ◦ green 24 ◦ blue 136

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

Shades of Indigo #551888

Tints of Indigo #551888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 34.69%
G = 9.8%
B = 55.51%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#551888 (or 0x551888) is known color: Indigo. HEX triplet: 55, 18 and 88. RGB value is (85,24,136). Sum of RGB (Red+Green+Blue) = 85+24+136=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #551888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551888 is #AAE777. Grayscale: #363636. Windows color (decimal): -11200376 or 8919125. OLE color: 8919125.

HSL color Cylindrical-coordinate representation of color #551888: hue angle of 272.68º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551888 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 24 136 -
CMYK 0.38 0.82 0 0.47
HSL 272.68º 0.7% 0.31% -
HSV(B) 272.68º 0.82% 0.53% -
XYZ 8.52 4.36 23.69 -
YUV 55.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 85 24 136 0.38 0.82 0 0.47 272.68 0.7 0.31
Hex 55 18 88 26 52 0 2F 111 46 1F
Octal 125 30 210 46 122 0 57 421 106 37
Binary 1010101 11000 10001000 100110 1010010 0 101111 100010001 1000110 11111

Color Harmonies of #551888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551888

Black with #551888

Text Example


Text Example

White with #551888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551888; }

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

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

background-color css

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

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

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

border-color css

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

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

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