#412AEC

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

Shades of Han Purple #412AEC

Tints of Han Purple #412AEC

Color information

#412AEC (or 0x412AEC) is unknown color: approx Han Purple. HEX triplet: 41, 2A and EC. RGB value is (65,42,236). Sum of RGB (Red+Green+Blue) = 65+42+236=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #412AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412AEC is #BED513. Grayscale: #464646. Windows color (decimal): -12506388 or 15477313. OLE color: 15477313.

HSL color Cylindrical-coordinate representation of color #412AEC: hue angle of 247.11º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412AEC is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6542236-
CMYK0.720.8200.07
HSL247.11º83.62%54.51%-
HSV(B)247.11º82.2%92.55%-
XYZ18.158.8480.11-
YUV70.99221.12123.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 42 (16.80% from 255) = 12.24%
BLUE value IS 236 (92.58% from 255) = 68.80%
R=18.95%
G=12.24%
B=68.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65422360.720.8200.07247.1183.6254.51
Hex412AEC485207f75437
Octal101523541101220736712467
Binary100000110101011101100100100010100100111111101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412AEC; }

 p { color: rgb(65,42,236); }

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

<style>
 a { background-color: #412AEC; }

 a { background-color: rgb(65,42,236); }

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

<style>
 span { border-color: #412AEC; }

 span { border-color: rgb(65,42,236); }

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