Html Css Color HEX #411CFF Han Purple

📋 copy color: '#411CFF'

red 65 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #411CFF

Tints of Han Purple #411CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.05%

 BLUE value IS 255 (100% from 255) = 73.28%

R = 18.68%
G = 8.05%
B = 73.28%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#411CFF (or 0x411CFF) is known color: Han Purple. HEX triplet: 41, 1C and FF. RGB value is (65,28,255). Sum of RGB (Red+Green+Blue) = 65+28+255=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #411CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CFF is #BEE300. Grayscale: #404040. Windows color (decimal): -12509953 or 16718913. OLE color: 16718913.

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

Color convert

RGB 65 28 255 -
CMYK 0.75 0.89 0 0
HSL 249.78º 1% 0.55% -
HSV(B) 249.78º 0.89% 1% -
XYZ 20.65 9.17 95.29 -
YUV 64.94 235.26 128.04 -
System Red Green Blue C M Y K H S L
Decimal 65 28 255 0.75 0.89 0 0 249.78 1 0.55
Hex 41 1C FF 4B 59 0 0 FA 64 37
Octal 101 34 377 113 131 0 0 372 144 67
Binary 1000001 11100 11111111 1001011 1011001 0 0 11111010 1100100 110111

Color Harmonies of #411CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CFF

Black with #411CFF

Text Example


Text Example

White with #411CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,28,255); }

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

background-color css

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

 a { background-color: rgb(65,28,255); }

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

border-color css

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

 span { border-color: rgb(65,28,255); }

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