Html Css Color HEX #411FFC Han Purple

📋 copy color: '#411FFC'

red 65 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #411FFC

Tints of Han Purple #411FFC

RGB

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

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

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

R = 18.68%
G = 8.91%
B = 72.41%

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

#411FFC (or 0x411FFC) is known color: Han Purple. HEX triplet: 41, 1F and FC. RGB value is (65,31,252). Sum of RGB (Red+Green+Blue) = 65+31+252=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #411FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FFC is #BEE003. Grayscale: #414141. Windows color (decimal): -12509188 or 16523073. OLE color: 16523073.

HSL color Cylindrical-coordinate representation of color #411FFC: hue angle of 249.23º 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 #411FFC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 31 252 -
CMYK 0.74 0.88 0 0.01
HSL 249.23º 0.97% 0.55% -
HSV(B) 249.23º 0.88% 0.99% -
XYZ 20.24 9.13 92.79 -
YUV 66.36 232.76 127.03 -
System Red Green Blue C M Y K H S L
Decimal 65 31 252 0.74 0.88 0 0.01 249.23 0.97 0.55
Hex 41 1F FC 4A 58 0 1 F9 61 37
Octal 101 37 374 112 130 0 1 371 141 67
Binary 1000001 11111 11111100 1001010 1011000 0 1 11111001 1100001 110111

Color Harmonies of #411FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FFC

Black with #411FFC

Text Example


Text Example

White with #411FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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