Html Css Color HEX #400FFF Han Purple

📋 copy color: '#400FFF'

red 64 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #400FFF

Tints of Han Purple #400FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 19.16%
G = 4.49%
B = 76.35%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#400FFF (or 0x400FFF) is known color: Han Purple. HEX triplet: 40, 0F and FF. RGB value is (64,15,255). Sum of RGB (Red+Green+Blue) = 64+15+255=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #400FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FFF is #BFF000. Grayscale: #383838. Windows color (decimal): -12578817 or 16715584. OLE color: 16715584.

HSL color Cylindrical-coordinate representation of color #400FFF: hue angle of 252.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400FFF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 15 255 -
CMYK 0.75 0.94 0 0
HSL 252.25º 1% 0.53% -
HSV(B) 252.25º 0.94% 1% -
XYZ 20.34 8.65 95.21 -
YUV 57.01 239.73 132.99 -
System Red Green Blue C M Y K H S L
Decimal 64 15 255 0.75 0.94 0 0 252.25 1 0.53
Hex 40 F FF 4B 5E 0 0 FC 64 35
Octal 100 17 377 113 136 0 0 374 144 65
Binary 1000000 1111 11111111 1001011 1011110 0 0 11111100 1100100 110101

Color Harmonies of #400FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FFF

Black with #400FFF

Text Example


Text Example

White with #400FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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