#441287

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

Shades of Indigo #441287

Tints of Indigo #441287

Color information

#441287 (or 0x441287) is unknown color: approx Indigo. HEX triplet: 44, 12 and 87. RGB value is (68,18,135). Sum of RGB (Red+Green+Blue) = 68+18+135=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #441287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441287 is #BBED78. Grayscale: #2D2D2D. Windows color (decimal): -12316025 or 8852036. OLE color: 8852036.

HSL color Cylindrical-coordinate representation of color #441287: hue angle of 265.64º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441287 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6818135-
CMYK0.500.8700.47
HSL265.64º76.47%30%-
HSV(B)265.64º86.67%52.94%-
XYZ6.973.4123.21-
YUV46.29178.06143.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=30.77%
G=8.14%
B=61.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68181350.500.8700.47265.6476.4730
Hex441287325702F10a4c1e
Octal104222076212705741211436
Binary1000100100101000011111001010101110101111100001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441287; }

 p { color: rgb(68,18,135); }

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

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

 a { background-color: rgb(68,18,135); }

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

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

 span { border-color: rgb(68,18,135); }

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