#4412A5

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

Shades of Indigo #4412A5

Tints of Indigo #4412A5

Color information

#4412A5 (or 0x4412A5) is unknown color: approx Indigo. HEX triplet: 44, 12 and A5. RGB value is (68,18,165). Sum of RGB (Red+Green+Blue) = 68+18+165=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 165 (64.84% from 255 or 65.74% from 251); Max value from RGB is 165 - color contains mainly: blue. Hex color #4412A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4412A5 is #BBED5A. Grayscale: #313131. Windows color (decimal): -12315995 or 10818116. OLE color: 10818116.

HSL color Cylindrical-coordinate representation of color #4412A5: hue angle of 260.41º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4412A5 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6818165-
CMYK0.590.8900.35
HSL260.41º80.33%35.88%-
HSV(B)260.41º89.09%64.71%-
XYZ9.394.3835.95-
YUV49.71193.06141.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 165 (64.84% from 255) = 65.74%
R=27.09%
G=7.17%
B=65.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68181650.590.8900.35260.4180.3335.88
Hex4412A53B590231045024
Octal104222457313104340412044
Binary10001001001010100101111011101100101000111000001001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4412A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4412A5; }

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

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

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

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

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

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

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

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