Html Css Color HEX #551085 Indigo

📋 copy color: '#551085'

red 85 ◦ green 16 ◦ blue 133

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

Shades of Indigo #551085

Tints of Indigo #551085

RGB

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

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

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

R = 36.32%
G = 6.84%
B = 56.84%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#551085 (or 0x551085) is known color: Indigo. HEX triplet: 55, 10 and 85. RGB value is (85,16,133). Sum of RGB (Red+Green+Blue) = 85+16+133=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #551085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551085 is #AAEF7A. Grayscale: #313131. Windows color (decimal): -11202427 or 8720469. OLE color: 8720469.

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

Color convert

RGB 85 16 133 -
CMYK 0.36 0.88 0 0.48
HSL 275.38º 0.79% 0.29% -
HSV(B) 275.38º 0.88% 0.52% -
XYZ 8.17 4 22.53 -
YUV 49.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 85 16 133 0.36 0.88 0 0.48 275.38 0.79 0.29
Hex 55 10 85 24 58 0 30 113 4F 1D
Octal 125 20 205 44 130 0 60 423 117 35
Binary 1010101 10000 10000101 100100 1011000 0 110000 100010011 1001111 11101

Color Harmonies of #551085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551085

Black with #551085

Text Example


Text Example

White with #551085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551085; }

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

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

background-color css

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

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

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

border-color css

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

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

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