Html Css Color HEX #411DFD Han Purple

📋 copy color: '#411DFD'

red 65 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #411DFD

Tints of Han Purple #411DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

 BLUE value IS 253 (99.22% from 255) = 72.91%

R = 18.73%
G = 8.36%
B = 72.91%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#411DFD (or 0x411DFD) is known color: Han Purple. HEX triplet: 41, 1D and FD. RGB value is (65,29,253). Sum of RGB (Red+Green+Blue) = 65+29+253=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #411DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DFD is #BEE202. Grayscale: #404040. Windows color (decimal): -12509699 or 16588097. OLE color: 16588097.

HSL color Cylindrical-coordinate representation of color #411DFD: hue angle of 249.64º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411DFD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 29 253 -
CMYK 0.74 0.89 0 0.01
HSL 249.64º 0.98% 0.55% -
HSV(B) 249.64º 0.89% 0.99% -
XYZ 20.35 9.09 93.61 -
YUV 65.3 233.93 127.79 -
System Red Green Blue C M Y K H S L
Decimal 65 29 253 0.74 0.89 0 0.01 249.64 0.98 0.55
Hex 41 1D FD 4A 59 0 1 FA 62 37
Octal 101 35 375 112 131 0 1 372 142 67
Binary 1000001 11101 11111101 1001010 1011001 0 1 11111010 1100010 110111

Color Harmonies of #411DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DFD

Black with #411DFD

Text Example


Text Example

White with #411DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,253); }

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

background-color css

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

 a { background-color: rgb(65,29,253); }

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

border-color css

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

 span { border-color: rgb(65,29,253); }

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