Html Css Color HEX #400FEA Han Purple

📋 copy color: '#400FEA'

red 64 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #400FEA

Tints of Han Purple #400FEA

RGB

 RED value IS 64 (25.39% from 255) = 20.45%

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

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

R = 20.45%
G = 4.79%
B = 74.76%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#400FEA (or 0x400FEA) is known color: Han Purple. HEX triplet: 40, 0F and EA. RGB value is (64,15,234). Sum of RGB (Red+Green+Blue) = 64+15+234=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #400FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FEA is #BFF015. Grayscale: #353535. Windows color (decimal): -12578838 or 15339328. OLE color: 15339328.

HSL color Cylindrical-coordinate representation of color #400FEA: hue angle of 253.42º 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 #400FEA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 15 234 -
CMYK 0.73 0.94 0 0.08
HSL 253.42º 0.88% 0.49% -
HSV(B) 253.42º 0.94% 0.92% -
XYZ 17.14 7.37 78.36 -
YUV 54.62 229.23 134.69 -
System Red Green Blue C M Y K H S L
Decimal 64 15 234 0.73 0.94 0 0.08 253.42 0.88 0.49
Hex 40 F EA 49 5E 0 8 FD 58 31
Octal 100 17 352 111 136 0 10 375 130 61
Binary 1000000 1111 11101010 1001001 1011110 0 1000 11111101 1011000 110001

Color Harmonies of #400FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FEA

Black with #400FEA

Text Example


Text Example

White with #400FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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