#410DCF

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

Shades of Han Purple #410DCF

Tints of Han Purple #410DCF

Color information

#410DCF (or 0x410DCF) is unknown color: approx Han Purple. HEX triplet: 41, 0D and CF. RGB value is (65,13,207). Sum of RGB (Red+Green+Blue) = 65+13+207=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #410DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DCF is #BEF230. Grayscale: #313131. Windows color (decimal): -12513841 or 13569345. OLE color: 13569345.

HSL color Cylindrical-coordinate representation of color #410DCF: hue angle of 256.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410DCF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6513207-
CMYK0.690.9400.19
HSL256.08º88.18%43.14%-
HSV(B)256.08º93.72%81.18%-
XYZ13.595.9259.46-
YUV50.66216.23138.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 207 (81.25% from 255) = 72.63%
R=22.81%
G=4.56%
B=72.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65132070.690.9400.19256.0888.1843.14
Hex41DCF455E013100582b
Octal1011531710513602340013053
Binary1000001110111001111100010110111100100111000000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410DCF; }

 p { color: rgb(65,13,207); }

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

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

 a { background-color: rgb(65,13,207); }

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

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

 span { border-color: rgb(65,13,207); }

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