Html Css Color HEX #411FD3 Han Purple

📋 copy color: '#411FD3'

red 65 ◦ green 31 ◦ blue 211

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

Shades of Han Purple #411FD3

Tints of Han Purple #411FD3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

 BLUE value IS 211 (82.81% from 255) = 68.73%

R = 21.17%
G = 10.1%
B = 68.73%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#411FD3 (or 0x411FD3) is known color: Han Purple. HEX triplet: 41, 1F and D3. RGB value is (65,31,211). Sum of RGB (Red+Green+Blue) = 65+31+211=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #411FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FD3 is #BEE02C. Grayscale: #3D3D3D. Windows color (decimal): -12509229 or 13836097. OLE color: 13836097.

HSL color Cylindrical-coordinate representation of color #411FD3: hue angle of 251.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411FD3 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 31 211 -
CMYK 0.69 0.85 0 0.17
HSL 251.33º 0.74% 0.47% -
HSV(B) 251.33º 0.85% 0.83% -
XYZ 14.43 6.81 62.18 -
YUV 61.69 212.26 130.36 -
System Red Green Blue C M Y K H S L
Decimal 65 31 211 0.69 0.85 0 0.17 251.33 0.74 0.47
Hex 41 1F D3 45 55 0 11 FB 4A 2F
Octal 101 37 323 105 125 0 21 373 112 57
Binary 1000001 11111 11010011 1000101 1010101 0 10001 11111011 1001010 101111

Color Harmonies of #411FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FD3

Black with #411FD3

Text Example


Text Example

White with #411FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411FD3; }

 p { color: rgb(65,31,211); }

 H1.HeaderClassName
 {
   color: #411FD3;
 }
 .AnyTagClassName
 {
   color: #411FD3;
 }
</style>

background-color css

<style>
 a { background-color: #411FD3; }

 a { background-color: rgb(65,31,211); }

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

border-color css

<style>
 span { border-color: #411FD3; }

 span { border-color: rgb(65,31,211); }

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