Html Css Color HEX #412AE0 Han Purple

📋 copy color: '#412AE0'

red 65 ◦ green 42 ◦ blue 224

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

Shades of Han Purple #412AE0

Tints of Han Purple #412AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

 BLUE value IS 224 (87.89% from 255) = 67.67%

R = 19.64%
G = 12.69%
B = 67.67%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#412AE0 (or 0x412AE0) is known color: Han Purple. HEX triplet: 41, 2A and E0. RGB value is (65,42,224). Sum of RGB (Red+Green+Blue) = 65+42+224=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #412AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AE0 is #BED51F. Grayscale: #444444. Windows color (decimal): -12506400 or 14690881. OLE color: 14690881.

HSL color Cylindrical-coordinate representation of color #412AE0: hue angle of 247.58º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412AE0 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 42 224 -
CMYK 0.71 0.81 0 0.12
HSL 247.58º 0.75% 0.52% -
HSV(B) 247.58º 0.81% 0.88% -
XYZ 16.46 8.16 71.23 -
YUV 69.63 215.12 124.7 -
System Red Green Blue C M Y K H S L
Decimal 65 42 224 0.71 0.81 0 0.12 247.58 0.75 0.52
Hex 41 2A E0 47 51 0 C F8 4B 34
Octal 101 52 340 107 121 0 14 370 113 64
Binary 1000001 101010 11100000 1000111 1010001 0 1100 11111000 1001011 110100

Color Harmonies of #412AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412AE0

Black with #412AE0

Text Example


Text Example

White with #412AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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