Html Css Color HEX #550469 Indigo

📋 copy color: '#550469'

red 85 ◦ green 4 ◦ blue 105

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

Shades of Indigo #550469

Tints of Indigo #550469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 43.81%
G = 2.06%
B = 54.12%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550469 (or 0x550469) is known color: Indigo. HEX triplet: 55, 04 and 69. RGB value is (85,4,105). Sum of RGB (Red+Green+Blue) = 85+4+105=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #550469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550469 is #AAFB96. Grayscale: #272727. Windows color (decimal): -11205527 or 6882389. OLE color: 6882389.

HSL color Cylindrical-coordinate representation of color #550469: hue angle of 288.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550469 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 4 105 -
CMYK 0.19 0.96 0 0.59
HSL 288.12º 0.93% 0.21% -
HSV(B) 288.12º 0.96% 0.41% -
XYZ 6.34 3.04 13.62 -
YUV 39.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 85 4 105 0.19 0.96 0 0.59 288.12 0.93 0.21
Hex 55 4 69 13 60 0 3B 120 5D 15
Octal 125 4 151 23 140 0 73 440 135 25
Binary 1010101 100 1101001 10011 1100000 0 111011 100100000 1011101 10101

Color Harmonies of #550469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550469

Black with #550469

Text Example


Text Example

White with #550469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550469; }

 p { color: rgb(85,4,105); }

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

background-color css

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

 a { background-color: rgb(85,4,105); }

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

border-color css

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

 span { border-color: rgb(85,4,105); }

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