Html Css Color HEX #412FEE Han Purple

📋 copy color: '#412FEE'

red 65 ◦ green 47 ◦ blue 238

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

Shades of Han Purple #412FEE

Tints of Han Purple #412FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.43%

 BLUE value IS 238 (93.36% from 255) = 68%

R = 18.57%
G = 13.43%
B = 68%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#412FEE (or 0x412FEE) is known color: Han Purple. HEX triplet: 41, 2F and EE. RGB value is (65,47,238). Sum of RGB (Red+Green+Blue) = 65+47+238=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #412FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FEE is #BED011. Grayscale: #494949. Windows color (decimal): -12505106 or 15609665. OLE color: 15609665.

HSL color Cylindrical-coordinate representation of color #412FEE: hue angle of 245.65º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412FEE is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 47 238 -
CMYK 0.73 0.80 0 0.07
HSL 245.65º 0.85% 0.56% -
HSV(B) 245.65º 0.8% 0.93% -
XYZ 18.63 9.33 81.71 -
YUV 74.16 220.46 121.47 -
System Red Green Blue C M Y K H S L
Decimal 65 47 238 0.73 0.80 0 0.07 245.65 0.85 0.56
Hex 41 2F EE 49 50 0 7 F6 55 38
Octal 101 57 356 111 120 0 7 366 125 70
Binary 1000001 101111 11101110 1001001 1010000 0 111 11110110 1010101 111000

Color Harmonies of #412FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FEE

Black with #412FEE

Text Example


Text Example

White with #412FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,238); }

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

background-color css

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

 a { background-color: rgb(65,47,238); }

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

border-color css

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

 span { border-color: rgb(65,47,238); }

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