Html Css Color HEX #400BEC Han Purple

📋 copy color: '#400BEC'

red 64 ◦ green 11 ◦ blue 236

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

Shades of Han Purple #400BEC

Tints of Han Purple #400BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 236 (92.58% from 255) = 75.88%

R = 20.58%
G = 3.54%
B = 75.88%

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

#400BEC (or 0x400BEC) is known color: Han Purple. HEX triplet: 40, 0B and EC. RGB value is (64,11,236). Sum of RGB (Red+Green+Blue) = 64+11+236=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #400BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BEC is #BFF413. Grayscale: #333333. Windows color (decimal): -12579860 or 15469376. OLE color: 15469376.

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

Color convert

RGB 64 11 236 -
CMYK 0.73 0.95 0 0.07
HSL 254.13º 0.91% 0.48% -
HSV(B) 254.13º 0.95% 0.93% -
XYZ 17.37 7.39 79.87 -
YUV 52.5 231.56 136.2 -
System Red Green Blue C M Y K H S L
Decimal 64 11 236 0.73 0.95 0 0.07 254.13 0.91 0.48
Hex 40 B EC 49 5F 0 7 FE 5B 30
Octal 100 13 354 111 137 0 7 376 133 60
Binary 1000000 1011 11101100 1001001 1011111 0 111 11111110 1011011 110000

Color Harmonies of #400BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BEC

Black with #400BEC

Text Example


Text Example

White with #400BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,11,236); }

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

background-color css

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

 a { background-color: rgb(64,11,236); }

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

border-color css

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

 span { border-color: rgb(64,11,236); }

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