Html Css Color HEX #410AFD Han Purple

📋 copy color: '#410AFD'

red 65 ◦ green 10 ◦ blue 253

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

Shades of Han Purple #410AFD

Tints of Han Purple #410AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

 BLUE value IS 253 (99.22% from 255) = 77.13%

R = 19.82%
G = 3.05%
B = 77.13%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#410AFD (or 0x410AFD) is known color: Han Purple. HEX triplet: 41, 0A and FD. RGB value is (65,10,253). Sum of RGB (Red+Green+Blue) = 65+10+253=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #410AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410AFD is #BEF502. Grayscale: #353535. Windows color (decimal): -12514563 or 16583233. OLE color: 16583233.

HSL color Cylindrical-coordinate representation of color #410AFD: hue angle of 253.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410AFD is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 10 253 -
CMYK 0.74 0.96 0 0.01
HSL 253.58º 0.98% 0.52% -
HSV(B) 253.58º 0.96% 0.99% -
XYZ 20.02 8.43 93.5 -
YUV 54.15 240.22 135.74 -
System Red Green Blue C M Y K H S L
Decimal 65 10 253 0.74 0.96 0 0.01 253.58 0.98 0.52
Hex 41 A FD 4A 60 0 1 FE 62 34
Octal 101 12 375 112 140 0 1 376 142 64
Binary 1000001 1010 11111101 1001010 1100000 0 1 11111110 1100010 110100

Color Harmonies of #410AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410AFD

Black with #410AFD

Text Example


Text Example

White with #410AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,10,253); }

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

background-color css

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

 a { background-color: rgb(65,10,253); }

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

border-color css

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

 span { border-color: rgb(65,10,253); }

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