#4113CE

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

Shades of Han Purple #4113CE

Tints of Han Purple #4113CE

Color information

#4113CE (or 0x4113CE) is unknown color: approx Han Purple. HEX triplet: 41, 13 and CE. RGB value is (65,19,206). Sum of RGB (Red+Green+Blue) = 65+19+206=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #4113CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113CE is #BEEC31. Grayscale: #353535. Windows color (decimal): -12512306 or 13505345. OLE color: 13505345.

HSL color Cylindrical-coordinate representation of color #4113CE: hue angle of 254.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4113CE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6519206-
CMYK0.680.9100.19
HSL254.76º83.11%44.12%-
HSV(B)254.76º90.78%80.78%-
XYZ13.556.0558.85-
YUV54.07213.74135.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 206 (80.86% from 255) = 71.03%
R=22.41%
G=6.55%
B=71.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65192060.680.9100.19254.7683.1144.12
Hex4113CE445B013ff532c
Octal1012331610413302337712354
Binary1000001100111100111010001001011011010011111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4113CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4113CE; }

 p { color: rgb(65,19,206); }

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

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

 a { background-color: rgb(65,19,206); }

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

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

 span { border-color: rgb(65,19,206); }

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