Html Css Color HEX #411DFC Han Purple

📋 copy color: '#411DFC'

red 65 ◦ green 29 ◦ blue 252

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

Shades of Han Purple #411DFC

Tints of Han Purple #411DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.83%

R = 18.79%
G = 8.38%
B = 72.83%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#411DFC (or 0x411DFC) is known color: Han Purple. HEX triplet: 41, 1D and FC. RGB value is (65,29,252). Sum of RGB (Red+Green+Blue) = 65+29+252=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #411DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DFC is #BEE203. Grayscale: #404040. Windows color (decimal): -12509700 or 16522561. OLE color: 16522561.

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

Color convert

RGB 65 29 252 -
CMYK 0.74 0.88 0 0.01
HSL 249.69º 0.97% 0.55% -
HSV(B) 249.69º 0.88% 0.99% -
XYZ 20.19 9.03 92.77 -
YUV 65.19 233.43 127.87 -
System Red Green Blue C M Y K H S L
Decimal 65 29 252 0.74 0.88 0 0.01 249.69 0.97 0.55
Hex 41 1D FC 4A 58 0 1 FA 61 37
Octal 101 35 374 112 130 0 1 372 141 67
Binary 1000001 11101 11111100 1001010 1011000 0 1 11111010 1100001 110111

Color Harmonies of #411DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DFC

Black with #411DFC

Text Example


Text Example

White with #411DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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