Html Css Color HEX #400DEE Han Purple

📋 copy color: '#400DEE'

red 64 ◦ green 13 ◦ blue 238

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

Shades of Han Purple #400DEE

Tints of Han Purple #400DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

 BLUE value IS 238 (93.36% from 255) = 75.56%

R = 20.32%
G = 4.13%
B = 75.56%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#400DEE (or 0x400DEE) is known color: Han Purple. HEX triplet: 40, 0D and EE. RGB value is (64,13,238). Sum of RGB (Red+Green+Blue) = 64+13+238=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #400DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DEE is #BFF211. Grayscale: #353535. Windows color (decimal): -12579346 or 15600960. OLE color: 15600960.

HSL color Cylindrical-coordinate representation of color #400DEE: hue angle of 253.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DEE is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 13 238 -
CMYK 0.73 0.95 0 0.07
HSL 253.6º 0.9% 0.49% -
HSV(B) 253.6º 0.95% 0.93% -
XYZ 17.69 7.55 81.41 -
YUV 53.9 231.9 135.2 -
System Red Green Blue C M Y K H S L
Decimal 64 13 238 0.73 0.95 0 0.07 253.6 0.9 0.49
Hex 40 D EE 49 5F 0 7 FE 5A 31
Octal 100 15 356 111 137 0 7 376 132 61
Binary 1000000 1101 11101110 1001001 1011111 0 111 11111110 1011010 110001

Color Harmonies of #400DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DEE

Black with #400DEE

Text Example


Text Example

White with #400DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,13,238); }

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

background-color css

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

 a { background-color: rgb(64,13,238); }

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

border-color css

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

 span { border-color: rgb(64,13,238); }

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