Html Css Color HEX #410DDB Han Purple

📋 copy color: '#410DDB'

red 65 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #410DDB

Tints of Han Purple #410DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.74%

R = 21.89%
G = 4.38%
B = 73.74%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#410DDB (or 0x410DDB) is known color: Han Purple. HEX triplet: 41, 0D and DB. RGB value is (65,13,219). Sum of RGB (Red+Green+Blue) = 65+13+219=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #410DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DDB is #BEF224. Grayscale: #333333. Windows color (decimal): -12513829 or 14355777. OLE color: 14355777.

HSL color Cylindrical-coordinate representation of color #410DDB: hue angle of 255.15º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410DDB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 13 219 -
CMYK 0.70 0.94 0 0.14
HSL 255.15º 0.89% 0.45% -
HSV(B) 255.15º 0.94% 0.86% -
XYZ 15.11 6.53 67.48 -
YUV 52.03 222.23 137.25 -
System Red Green Blue C M Y K H S L
Decimal 65 13 219 0.70 0.94 0 0.14 255.15 0.89 0.45
Hex 41 D DB 46 5E 0 E FF 59 2D
Octal 101 15 333 106 136 0 16 377 131 55
Binary 1000001 1101 11011011 1000110 1011110 0 1110 11111111 1011001 101101

Color Harmonies of #410DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DDB

Black with #410DDB

Text Example


Text Example

White with #410DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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