#4115DD

Color #4115DD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4115DD

Tints of Han Purple #4115DD

Color information

#4115DD (or 0x4115DD) is unknown color: approx Han Purple. HEX triplet: 41, 15 and DD. RGB value is (65,21,221). Sum of RGB (Red+Green+Blue) = 65+21+221=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #4115DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4115DD is #BEEA22. Grayscale: #383838. Windows color (decimal): -12511779 or 14488897. OLE color: 14488897.

HSL color Cylindrical-coordinate representation of color #4115DD: hue angle of 253.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4115DD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6521221-
CMYK0.710.9000.13
HSL253.2º82.64%47.45%-
HSV(B)253.2º90.5%86.67%-
XYZ15.56.8868.92-
YUV56.96220.58133.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=21.17%
G=6.84%
B=71.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65212210.710.9000.13253.282.6447.45
Hex4115DD475A0Dfd532f
Octal1012533510713201537512357
Binary100000110101110111011000111101101001101111111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4115DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4115DD; }

 p { color: rgb(65,21,221); }

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

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

 a { background-color: rgb(65,21,221); }

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

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

 span { border-color: rgb(65,21,221); }

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