Html Css Color HEX #410EEA Han Purple

📋 copy color: '#410EEA'

red 65 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #410EEA

Tints of Han Purple #410EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.47%

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 20.77%
G = 4.47%
B = 74.76%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#410EEA (or 0x410EEA) is known color: Han Purple. HEX triplet: 41, 0E and EA. RGB value is (65,14,234). Sum of RGB (Red+Green+Blue) = 65+14+234=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #410EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EEA is #BEF115. Grayscale: #353535. Windows color (decimal): -12513558 or 15339073. OLE color: 15339073.

HSL color Cylindrical-coordinate representation of color #410EEA: hue angle of 253.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410EEA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 14 234 -
CMYK 0.72 0.94 0 0.08
HSL 253.91º 0.89% 0.49% -
HSV(B) 253.91º 0.94% 0.92% -
XYZ 17.19 7.38 78.36 -
YUV 54.33 229.4 135.61 -
System Red Green Blue C M Y K H S L
Decimal 65 14 234 0.72 0.94 0 0.08 253.91 0.89 0.49
Hex 41 E EA 48 5E 0 8 FE 59 31
Octal 101 16 352 110 136 0 10 376 131 61
Binary 1000001 1110 11101010 1001000 1011110 0 1000 11111110 1011001 110001

Color Harmonies of #410EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EEA

Black with #410EEA

Text Example


Text Example

White with #410EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410EEA; }

 p { color: rgb(65,14,234); }

 H1.HeaderClassName
 {
   color: #410EEA;
 }
 .AnyTagClassName
 {
   color: #410EEA;
 }
</style>

background-color css

<style>
 a { background-color: #410EEA; }

 a { background-color: rgb(65,14,234); }

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

border-color css

<style>
 span { border-color: #410EEA; }

 span { border-color: rgb(65,14,234); }

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