#4413A0

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

Shades of Indigo #4413A0

Tints of Indigo #4413A0

Color information

#4413A0 (or 0x4413A0) is unknown color: approx Indigo. HEX triplet: 44, 13 and A0. RGB value is (68,19,160). Sum of RGB (Red+Green+Blue) = 68+19+160=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 160 (62.89% from 255 or 64.78% from 247); Max value from RGB is 160 - color contains mainly: blue. Hex color #4413A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4413A0 is #BBEC5F. Grayscale: #313131. Windows color (decimal): -12315744 or 10490692. OLE color: 10490692.

HSL color Cylindrical-coordinate representation of color #4413A0: hue angle of 260.85º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4413A0 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6819160-
CMYK0.570.8800.37
HSL260.85º78.77%35.1%-
HSV(B)260.85º88.13%62.75%-
XYZ8.964.2333.6-
YUV49.72190.23141.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 160 (62.89% from 255) = 64.78%
R=27.53%
G=7.69%
B=64.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68191600.570.8800.37260.8578.7735.1
Hex4413A039580251054f23
Octal104232407113004540511743
Binary10001001001110100000111001101100001001011000001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4413A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4413A0; }

 p { color: rgb(68,19,160); }

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

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

 a { background-color: rgb(68,19,160); }

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

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

 span { border-color: rgb(68,19,160); }

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