#550267

Color #550267 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550267

Tints of Indigo #550267

Color information

#550267 (or 0x550267) is unknown color: approx Indigo. HEX triplet: 55, 02 and 67. RGB value is (85,2,103). Sum of RGB (Red+Green+Blue) = 85+2+103=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #550267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550267 is #AAFD98. Grayscale: #262626. Windows color (decimal): -11206041 or 6750805. OLE color: 6750805.

HSL color Cylindrical-coordinate representation of color #550267: hue angle of 289.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550267 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB852103-
CMYK0.170.9800.60
HSL289.31º96.19%20.59%-
HSV(B)289.31º98.06%40.39%-
XYZ6.222.9513.07-
YUV38.33164.5161.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=44.74%
G=1.05%
B=54.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8521030.170.9800.60289.3196.1920.59
Hex55267116203C1216015
Octal12521472114207444114025
Binary10101011011001111000111000100111100100100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550267; }

 p { color: rgb(85,2,103); }

 H1.HeaderClassName
 {
   color: #550267;
 }
 .AnyTagClassName
 {
   color: #550267;
 }
</style>
background-color css

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

 a { background-color: rgb(85,2,103); }

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

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

 span { border-color: rgb(85,2,103); }

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