#441284

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

Shades of Indigo #441284

Tints of Indigo #441284

Color information

#441284 (or 0x441284) is unknown color: approx Indigo. HEX triplet: 44, 12 and 84. RGB value is (68,18,132). Sum of RGB (Red+Green+Blue) = 68+18+132=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #441284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441284 is #BBED7B. Grayscale: #2D2D2D. Windows color (decimal): -12316028 or 8655428. OLE color: 8655428.

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

Color convert

RGB6818132-
CMYK0.480.8600.48
HSL266.32º76%29.41%-
HSV(B)266.32º86.36%51.76%-
XYZ6.773.3322.12-
YUV45.95176.56143.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=31.19%
G=8.26%
B=60.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68181320.480.8600.48266.327629.41
Hex441284305603010a4c1d
Octal104222046012606041211435
Binary1000100100101000010011000010101100110000100001010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441284; }

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

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

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

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

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

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

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

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