#410ce1

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

Shades of Han Purple #410CE1

Tints of Han Purple #410CE1

Color information

#410CE1 (or 0x410CE1) is unknown color: approx Han Purple. HEX triplet: 41, 0C and E1. RGB value is (65,12,225). Sum of RGB (Red+Green+Blue) = 65+12+225=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 225 (88.28% from 255 or 74.50% from 302); Max value from RGB is 225 - color contains mainly: blue. Hex color #410CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CE1 is #BEF31E. Grayscale: #333333. Windows color (decimal): -12514079 or 14748737. OLE color: 14748737.

HSL color Cylindrical-coordinate representation of color #410CE1: hue angle of 254.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410CE1 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6512225-
CMYK0.710.9500.12
HSL254.93º89.87%46.47%-
HSV(B)254.93º94.67%88.24%-
XYZ15.96.8271.71-
YUV52.13225.56137.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 12 (5.08% from 255) = 3.97%
BLUE value IS 225 (88.28% from 255) = 74.50%
R=21.52%
G=3.97%
B=74.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal65122250.710.9500.12254.9389.8746.47
Hex41CE1475F0Cff5a2e
Octal1011434110713701437713256
Binary10000011100111000011000111101111101100111111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,12,225); }

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

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

 a { background-color: rgb(65,12,225); }

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

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

 span { border-color: rgb(65,12,225); }

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