Html Css Color HEX #410DD4 Han Purple

📋 copy color: '#410DD4'

red 65 ◦ green 13 ◦ blue 212

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

Shades of Han Purple #410DD4

Tints of Han Purple #410DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 73.1%

R = 22.41%
G = 4.48%
B = 73.1%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#410DD4 (or 0x410DD4) is known color: Han Purple. HEX triplet: 41, 0D and D4. RGB value is (65,13,212). Sum of RGB (Red+Green+Blue) = 65+13+212=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #410DD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DD4 is #BEF22B. Grayscale: #323232. Windows color (decimal): -12513836 or 13897025. OLE color: 13897025.

HSL color Cylindrical-coordinate representation of color #410DD4: hue angle of 255.68º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410DD4 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 13 212 -
CMYK 0.69 0.94 0 0.17
HSL 255.68º 0.88% 0.44% -
HSV(B) 255.68º 0.94% 0.83% -
XYZ 14.21 6.17 62.73 -
YUV 51.23 218.73 137.82 -
System Red Green Blue C M Y K H S L
Decimal 65 13 212 0.69 0.94 0 0.17 255.68 0.88 0.44
Hex 41 D D4 45 5E 0 11 100 58 2C
Octal 101 15 324 105 136 0 21 400 130 54
Binary 1000001 1101 11010100 1000101 1011110 0 10001 100000000 1011000 101100

Color Harmonies of #410DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DD4

Black with #410DD4

Text Example


Text Example

White with #410DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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