Html Css Color HEX #411CFA Han Purple

📋 copy color: '#411CFA'

red 65 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #411CFA

Tints of Han Purple #411CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.89%

R = 18.95%
G = 8.16%
B = 72.89%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#411CFA (or 0x411CFA) is known color: Han Purple. HEX triplet: 41, 1C and FA. RGB value is (65,28,250). Sum of RGB (Red+Green+Blue) = 65+28+250=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #411CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CFA is #BEE305. Grayscale: #3F3F3F. Windows color (decimal): -12509958 or 16391233. OLE color: 16391233.

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

Color convert

RGB 65 28 250 -
CMYK 0.74 0.89 0 0.02
HSL 250º 0.96% 0.55% -
HSV(B) 250º 0.89% 0.98% -
XYZ 19.85 8.86 91.11 -
YUV 64.37 232.76 128.45 -
System Red Green Blue C M Y K H S L
Decimal 65 28 250 0.74 0.89 0 0.02 250 0.96 0.55
Hex 41 1C FA 4A 59 0 2 FA 60 37
Octal 101 34 372 112 131 0 2 372 140 67
Binary 1000001 11100 11111010 1001010 1011001 0 10 11111010 1100000 110111

Color Harmonies of #411CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CFA

Black with #411CFA

Text Example


Text Example

White with #411CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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