Html Css Color HEX #410DDD Han Purple

📋 copy color: '#410DDD'

red 65 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #410DDD

Tints of Han Purple #410DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.91%

R = 21.74%
G = 4.35%
B = 73.91%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#410DDD (or 0x410DDD) is known color: Han Purple. HEX triplet: 41, 0D and DD. RGB value is (65,13,221). Sum of RGB (Red+Green+Blue) = 65+13+221=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #410DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DDD is #BEF222. Grayscale: #333333. Windows color (decimal): -12513827 or 14486849. OLE color: 14486849.

HSL color Cylindrical-coordinate representation of color #410DDD: hue angle of 255º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410DDD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 13 221 -
CMYK 0.71 0.94 0 0.13
HSL 255º 0.89% 0.46% -
HSV(B) 255º 0.94% 0.87% -
XYZ 15.38 6.63 68.88 -
YUV 52.26 223.23 137.09 -
System Red Green Blue C M Y K H S L
Decimal 65 13 221 0.71 0.94 0 0.13 255 0.89 0.46
Hex 41 D DD 47 5E 0 D FF 59 2E
Octal 101 15 335 107 136 0 15 377 131 56
Binary 1000001 1101 11011101 1000111 1011110 0 1101 11111111 1011001 101110

Color Harmonies of #410DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DDD

Black with #410DDD

Text Example


Text Example

White with #410DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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