Html Css Color HEX #410DEC Han Purple

📋 copy color: '#410DEC'

red 65 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #410DEC

Tints of Han Purple #410DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

 BLUE value IS 236 (92.58% from 255) = 75.16%

R = 20.7%
G = 4.14%
B = 75.16%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#410DEC (or 0x410DEC) is known color: Han Purple. HEX triplet: 41, 0D and EC. RGB value is (65,13,236). Sum of RGB (Red+Green+Blue) = 65+13+236=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #410DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410DEC is #BEF213. Grayscale: #353535. Windows color (decimal): -12513812 or 15469889. OLE color: 15469889.

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

Color convert

RGB 65 13 236 -
CMYK 0.72 0.94 0 0.07
HSL 253.99º 0.9% 0.49% -
HSV(B) 253.99º 0.94% 0.93% -
XYZ 17.46 7.47 79.88 -
YUV 53.97 230.73 135.87 -
System Red Green Blue C M Y K H S L
Decimal 65 13 236 0.72 0.94 0 0.07 253.99 0.9 0.49
Hex 41 D EC 48 5E 0 7 FE 5A 31
Octal 101 15 354 110 136 0 7 376 132 61
Binary 1000001 1101 11101100 1001000 1011110 0 111 11111110 1011010 110001

Color Harmonies of #410DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DEC

Black with #410DEC

Text Example


Text Example

White with #410DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,236); }

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

background-color css

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

 a { background-color: rgb(65,13,236); }

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

border-color css

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

 span { border-color: rgb(65,13,236); }

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