Html Css Color HEX #412CE5 Han Purple

📋 copy color: '#412CE5'

red 65 ◦ green 44 ◦ blue 229

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

Shades of Han Purple #412CE5

Tints of Han Purple #412CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

 BLUE value IS 229 (89.84% from 255) = 67.75%

R = 19.23%
G = 13.02%
B = 67.75%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#412CE5 (or 0x412CE5) is known color: Han Purple. HEX triplet: 41, 2C and E5. RGB value is (65,44,229). Sum of RGB (Red+Green+Blue) = 65+44+229=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #412CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CE5 is #BED31A. Grayscale: #464646. Windows color (decimal): -12505883 or 15019073. OLE color: 15019073.

HSL color Cylindrical-coordinate representation of color #412CE5: hue angle of 246.81º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412CE5 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 65 44 229 -
CMYK 0.72 0.81 0 0.10
HSL 246.81º 0.78% 0.54% -
HSV(B) 246.81º 0.81% 0.9% -
XYZ 17.22 8.58 74.88 -
YUV 71.37 216.96 123.46 -
System Red Green Blue C M Y K H S L
Decimal 65 44 229 0.72 0.81 0 0.10 246.81 0.78 0.54
Hex 41 2C E5 48 51 0 A F7 4E 36
Octal 101 54 345 110 121 0 12 367 116 66
Binary 1000001 101100 11100101 1001000 1010001 0 1010 11110111 1001110 110110

Color Harmonies of #412CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CE5

Black with #412CE5

Text Example


Text Example

White with #412CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,229); }

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

background-color css

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

 a { background-color: rgb(65,44,229); }

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

border-color css

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

 span { border-color: rgb(65,44,229); }

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