Html Css Color HEX #400FDF Han Purple

📋 copy color: '#400FDF'

red 64 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #400FDF

Tints of Han Purple #400FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.84%

R = 21.19%
G = 4.97%
B = 73.84%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#400FDF (or 0x400FDF) is known color: Han Purple. HEX triplet: 40, 0F and DF. RGB value is (64,15,223). Sum of RGB (Red+Green+Blue) = 64+15+223=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #400FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FDF is #BFF020. Grayscale: #343434. Windows color (decimal): -12578849 or 14618432. OLE color: 14618432.

HSL color Cylindrical-coordinate representation of color #400FDF: hue angle of 254.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FDF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 15 223 -
CMYK 0.71 0.93 0 0.13
HSL 254.13º 0.87% 0.47% -
HSV(B) 254.13º 0.93% 0.87% -
XYZ 15.6 6.76 70.29 -
YUV 53.36 223.73 135.59 -
System Red Green Blue C M Y K H S L
Decimal 64 15 223 0.71 0.93 0 0.13 254.13 0.87 0.47
Hex 40 F DF 47 5D 0 D FE 57 2F
Octal 100 17 337 107 135 0 15 376 127 57
Binary 1000000 1111 11011111 1000111 1011101 0 1101 11111110 1010111 101111

Color Harmonies of #400FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FDF

Black with #400FDF

Text Example


Text Example

White with #400FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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