Html Css Color HEX #412EFA Han Purple

📋 copy color: '#412EFA'

red 65 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #412EFA

Tints of Han Purple #412EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.74%

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

R = 18.01%
G = 12.74%
B = 69.25%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#412EFA (or 0x412EFA) is known color: Han Purple. HEX triplet: 41, 2E and FA. RGB value is (65,46,250). Sum of RGB (Red+Green+Blue) = 65+46+250=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #412EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EFA is #BED105. Grayscale: #4A4A4A. Windows color (decimal): -12505350 or 16395841. OLE color: 16395841.

HSL color Cylindrical-coordinate representation of color #412EFA: hue angle of 245.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412EFA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 46 250 -
CMYK 0.74 0.82 0 0.02
HSL 245.59º 0.95% 0.58% -
HSV(B) 245.59º 0.82% 0.98% -
XYZ 20.41 9.98 91.29 -
YUV 74.94 226.79 120.91 -
System Red Green Blue C M Y K H S L
Decimal 65 46 250 0.74 0.82 0 0.02 245.59 0.95 0.58
Hex 41 2E FA 4A 52 0 2 F6 5F 3A
Octal 101 56 372 112 122 0 2 366 137 72
Binary 1000001 101110 11111010 1001010 1010010 0 10 11110110 1011111 111010

Color Harmonies of #412EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412EFA

Black with #412EFA

Text Example


Text Example

White with #412EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412EFA; }

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

 H1.HeaderClassName
 {
   color: #412EFA;
 }
 .AnyTagClassName
 {
   color: #412EFA;
 }
</style>

background-color css

<style>
 a { background-color: #412EFA; }

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

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

border-color css

<style>
 span { border-color: #412EFA; }

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

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