Html Css Color HEX #400BEB Han Purple

📋 copy color: '#400BEB'

red 64 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #400BEB

Tints of Han Purple #400BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.81%

R = 20.65%
G = 3.55%
B = 75.81%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#400BEB (or 0x400BEB) is known color: Han Purple. HEX triplet: 40, 0B and EB. RGB value is (64,11,235). Sum of RGB (Red+Green+Blue) = 64+11+235=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #400BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BEB is #BFF414. Grayscale: #333333. Windows color (decimal): -12579861 or 15403840. OLE color: 15403840.

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

Color convert

RGB 64 11 235 -
CMYK 0.73 0.95 0 0.08
HSL 254.2º 0.91% 0.48% -
HSV(B) 254.2º 0.95% 0.92% -
XYZ 17.23 7.33 79.1 -
YUV 52.38 231.06 136.29 -
System Red Green Blue C M Y K H S L
Decimal 64 11 235 0.73 0.95 0 0.08 254.2 0.91 0.48
Hex 40 B EB 49 5F 0 8 FE 5B 30
Octal 100 13 353 111 137 0 10 376 133 60
Binary 1000000 1011 11101011 1001001 1011111 0 1000 11111110 1011011 110000

Color Harmonies of #400BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BEB

Black with #400BEB

Text Example


Text Example

White with #400BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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