Html Css Color HEX #412FEA Han Purple

📋 copy color: '#412FEA'

red 65 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #412FEA

Tints of Han Purple #412FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.63%

R = 18.79%
G = 13.58%
B = 67.63%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#412FEA (or 0x412FEA) is known color: Han Purple. HEX triplet: 41, 2F and EA. RGB value is (65,47,234). Sum of RGB (Red+Green+Blue) = 65+47+234=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #412FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FEA is #BED015. Grayscale: #484848. Windows color (decimal): -12505110 or 15347521. OLE color: 15347521.

HSL color Cylindrical-coordinate representation of color #412FEA: hue angle of 245.78º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412FEA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 47 234 -
CMYK 0.72 0.80 0 0.08
HSL 245.78º 0.82% 0.55% -
HSV(B) 245.78º 0.8% 0.92% -
XYZ 18.05 9.1 78.65 -
YUV 73.7 218.46 121.79 -
System Red Green Blue C M Y K H S L
Decimal 65 47 234 0.72 0.80 0 0.08 245.78 0.82 0.55
Hex 41 2F EA 48 50 0 8 F6 52 37
Octal 101 57 352 110 120 0 10 366 122 67
Binary 1000001 101111 11101010 1001000 1010000 0 1000 11110110 1010010 110111

Color Harmonies of #412FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FEA

Black with #412FEA

Text Example


Text Example

White with #412FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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