Html Css Color HEX #400CEF Han Purple

📋 copy color: '#400CEF'

red 64 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #400CEF

Tints of Han Purple #400CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.81%

 BLUE value IS 239 (93.75% from 255) = 75.87%

R = 20.32%
G = 3.81%
B = 75.87%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#400CEF (or 0x400CEF) is known color: Han Purple. HEX triplet: 40, 0C and EF. RGB value is (64,12,239). Sum of RGB (Red+Green+Blue) = 64+12+239=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #400CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CEF is #BFF310. Grayscale: #343434. Windows color (decimal): -12579601 or 15666240. OLE color: 15666240.

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

Color convert

RGB 64 12 239 -
CMYK 0.73 0.95 0 0.06
HSL 253.74º 0.9% 0.49% -
HSV(B) 253.74º 0.95% 0.94% -
XYZ 17.83 7.58 82.19 -
YUV 53.43 232.73 135.54 -
System Red Green Blue C M Y K H S L
Decimal 64 12 239 0.73 0.95 0 0.06 253.74 0.9 0.49
Hex 40 C EF 49 5F 0 6 FE 5A 31
Octal 100 14 357 111 137 0 6 376 132 61
Binary 1000000 1100 11101111 1001001 1011111 0 110 11111110 1011010 110001

Color Harmonies of #400CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CEF

Black with #400CEF

Text Example


Text Example

White with #400CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,12,239); }

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

background-color css

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

 a { background-color: rgb(64,12,239); }

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

border-color css

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

 span { border-color: rgb(64,12,239); }

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