Html Css Color HEX #410EFF Han Purple

📋 copy color: '#410EFF'

red 65 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #410EFF

Tints of Han Purple #410EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 19.46%
G = 4.19%
B = 76.35%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#410EFF (or 0x410EFF) is known color: Han Purple. HEX triplet: 41, 0E and FF. RGB value is (65,14,255). Sum of RGB (Red+Green+Blue) = 65+14+255=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #410EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EFF is #BEF100. Grayscale: #373737. Windows color (decimal): -12513537 or 16715329. OLE color: 16715329.

HSL color Cylindrical-coordinate representation of color #410EFF: hue angle of 252.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410EFF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 14 255 -
CMYK 0.75 0.95 0 0
HSL 252.7º 1% 0.53% -
HSV(B) 252.7º 0.95% 1% -
XYZ 20.39 8.66 95.2 -
YUV 56.72 239.9 133.9 -
System Red Green Blue C M Y K H S L
Decimal 65 14 255 0.75 0.95 0 0 252.7 1 0.53
Hex 41 E FF 4B 5F 0 0 FD 64 35
Octal 101 16 377 113 137 0 0 375 144 65
Binary 1000001 1110 11111111 1001011 1011111 0 0 11111101 1100100 110101

Color Harmonies of #410EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EFF

Black with #410EFF

Text Example


Text Example

White with #410EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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