Html Css Color HEX #412DEC Han Purple

📋 copy color: '#412DEC'

red 65 ◦ green 45 ◦ blue 236

#412DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #412DEC

Tints of Han Purple #412DEC

RGB

 RED value IS 65 (25.78% from 255) = 18.79%

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 236 (92.58% from 255) = 68.21%

R = 18.79%
G = 13.01%
B = 68.21%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#412DEC (or 0x412DEC) is known color: Han Purple. HEX triplet: 41, 2D and EC. RGB value is (65,45,236). Sum of RGB (Red+Green+Blue) = 65+45+236=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #412DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412DEC is #BED213. Grayscale: #484848. Windows color (decimal): -12505620 or 15478081. OLE color: 15478081.

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

Color convert

RGB 65 45 236 -
CMYK 0.72 0.81 0 0.07
HSL 246.28º 0.83% 0.55% -
HSV(B) 246.28º 0.81% 0.93% -
XYZ 18.26 9.06 80.14 -
YUV 72.75 220.13 122.47 -
System Red Green Blue C M Y K H S L
Decimal 65 45 236 0.72 0.81 0 0.07 246.28 0.83 0.55
Hex 41 2D EC 48 51 0 7 F6 53 37
Octal 101 55 354 110 121 0 7 366 123 67
Binary 1000001 101101 11101100 1001000 1010001 0 111 11110110 1010011 110111

Color Harmonies of #412DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DEC

Black with #412DEC

Text Example


Text Example

White with #412DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #412DEC;
 }
 .AnyTagClassName
 {
   color: #412DEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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