Html Css Color HEX #412EDD Han Purple

📋 copy color: '#412EDD'

red 65 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #412EDD

Tints of Han Purple #412EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 19.58%
G = 13.86%
B = 66.57%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#412EDD (or 0x412EDD) is known color: Han Purple. HEX triplet: 41, 2E and DD. RGB value is (65,46,221). Sum of RGB (Red+Green+Blue) = 65+46+221=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #412EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412EDD is #BED122. Grayscale: #464646. Windows color (decimal): -12505379 or 14495297. OLE color: 14495297.

HSL color Cylindrical-coordinate representation of color #412EDD: hue angle of 246.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412EDD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 46 221 -
CMYK 0.71 0.79 0 0.13
HSL 246.51º 0.72% 0.52% -
HSV(B) 246.51º 0.79% 0.87% -
XYZ 16.21 8.3 69.15 -
YUV 71.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 65 46 221 0.71 0.79 0 0.13 246.51 0.72 0.52
Hex 41 2E DD 47 4F 0 D F7 48 34
Octal 101 56 335 107 117 0 15 367 110 64
Binary 1000001 101110 11011101 1000111 1001111 0 1101 11110111 1001000 110100

Color Harmonies of #412EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412EDD

Black with #412EDD

Text Example


Text Example

White with #412EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,221); }

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

background-color css

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

 a { background-color: rgb(65,46,221); }

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

border-color css

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

 span { border-color: rgb(65,46,221); }

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