Html Css Color HEX #550468 Indigo

📋 copy color: '#550468'

red 85 ◦ green 4 ◦ blue 104

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

Shades of Indigo #550468

Tints of Indigo #550468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.89%

R = 44.04%
G = 2.07%
B = 53.89%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550468 (or 0x550468) is known color: Indigo. HEX triplet: 55, 04 and 68. RGB value is (85,4,104). Sum of RGB (Red+Green+Blue) = 85+4+104=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #550468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550468 is #AAFB97. Grayscale: #272727. Windows color (decimal): -11205528 or 6816853. OLE color: 6816853.

HSL color Cylindrical-coordinate representation of color #550468: hue angle of 288.6º 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 #550468 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 4 104 -
CMYK 0.18 0.96 0 0.59
HSL 288.6º 0.93% 0.21% -
HSV(B) 288.6º 0.96% 0.41% -
XYZ 6.29 3.02 13.35 -
YUV 39.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 85 4 104 0.18 0.96 0 0.59 288.6 0.93 0.21
Hex 55 4 68 12 60 0 3B 121 5D 15
Octal 125 4 150 22 140 0 73 441 135 25
Binary 1010101 100 1101000 10010 1100000 0 111011 100100001 1011101 10101

Color Harmonies of #550468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550468

Black with #550468

Text Example


Text Example

White with #550468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550468; }

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

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

background-color css

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

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

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

border-color css

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

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

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