Html Css Color HEX #410FEA Han Purple

📋 copy color: '#410FEA'

red 65 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #410FEA

Tints of Han Purple #410FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

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

R = 20.7%
G = 4.78%
B = 74.52%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#410FEA (or 0x410FEA) is known color: Han Purple. HEX triplet: 41, 0F and EA. RGB value is (65,15,234). Sum of RGB (Red+Green+Blue) = 65+15+234=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #410FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410FEA is #BEF015. Grayscale: #363636. Windows color (decimal): -12513302 or 15339329. OLE color: 15339329.

HSL color Cylindrical-coordinate representation of color #410FEA: hue angle of 253.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410FEA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 15 234 -
CMYK 0.72 0.94 0 0.08
HSL 253.7º 0.88% 0.49% -
HSV(B) 253.7º 0.94% 0.92% -
XYZ 17.2 7.41 78.36 -
YUV 54.92 229.07 135.19 -
System Red Green Blue C M Y K H S L
Decimal 65 15 234 0.72 0.94 0 0.08 253.7 0.88 0.49
Hex 41 F EA 48 5E 0 8 FE 58 31
Octal 101 17 352 110 136 0 10 376 130 61
Binary 1000001 1111 11101010 1001000 1011110 0 1000 11111110 1011000 110001

Color Harmonies of #410FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FEA

Black with #410FEA

Text Example


Text Example

White with #410FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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