Html Css Color HEX #410FFF Han Purple

📋 copy color: '#410FFF'

red 65 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #410FFF

Tints of Han Purple #410FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

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

R = 19.4%
G = 4.48%
B = 76.12%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#410FFF (or 0x410FFF) is known color: Han Purple. HEX triplet: 41, 0F and FF. RGB value is (65,15,255). Sum of RGB (Red+Green+Blue) = 65+15+255=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #410FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410FFF is #BEF000. Grayscale: #383838. Windows color (decimal): -12513281 or 16715585. OLE color: 16715585.

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

Color convert

RGB 65 15 255 -
CMYK 0.75 0.94 0 0
HSL 252.5º 1% 0.53% -
HSV(B) 252.5º 0.94% 1% -
XYZ 20.4 8.69 95.21 -
YUV 57.31 239.57 133.49 -
System Red Green Blue C M Y K H S L
Decimal 65 15 255 0.75 0.94 0 0 252.5 1 0.53
Hex 41 F FF 4B 5E 0 0 FD 64 35
Octal 101 17 377 113 136 0 0 375 144 65
Binary 1000001 1111 11111111 1001011 1011110 0 0 11111101 1100100 110101

Color Harmonies of #410FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FFF

Black with #410FFF

Text Example


Text Example

White with #410FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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