Html Css Color HEX #402DEE Han Purple

📋 copy color: '#402DEE'

red 64 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #402DEE

Tints of Han Purple #402DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.97%

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

R = 18.44%
G = 12.97%
B = 68.59%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#402DEE (or 0x402DEE) is known color: Han Purple. HEX triplet: 40, 2D and EE. RGB value is (64,45,238). Sum of RGB (Red+Green+Blue) = 64+45+238=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #402DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DEE is #BFD211. Grayscale: #474747. Windows color (decimal): -12571154 or 15609152. OLE color: 15609152.

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

Color convert

RGB 64 45 238 -
CMYK 0.73 0.81 0 0.07
HSL 245.91º 0.85% 0.55% -
HSV(B) 245.91º 0.81% 0.93% -
XYZ 18.49 9.14 81.68 -
YUV 72.68 221.29 121.81 -
System Red Green Blue C M Y K H S L
Decimal 64 45 238 0.73 0.81 0 0.07 245.91 0.85 0.55
Hex 40 2D EE 49 51 0 7 F6 55 37
Octal 100 55 356 111 121 0 7 366 125 67
Binary 1000000 101101 11101110 1001001 1010001 0 111 11110110 1010101 110111

Color Harmonies of #402DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DEE

Black with #402DEE

Text Example


Text Example

White with #402DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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