Html Css Color HEX #400CDB Han Purple

📋 copy color: '#400CDB'

red 64 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #400CDB

Tints of Han Purple #400CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 21.69%
G = 4.07%
B = 74.24%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#400CDB (or 0x400CDB) is known color: Han Purple. HEX triplet: 40, 0C and DB. RGB value is (64,12,219). Sum of RGB (Red+Green+Blue) = 64+12+219=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #400CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CDB is #BFF324. Grayscale: #323232. Windows color (decimal): -12579621 or 14355520. OLE color: 14355520.

HSL color Cylindrical-coordinate representation of color #400CDB: hue angle of 255.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CDB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 12 219 -
CMYK 0.71 0.95 0 0.14
HSL 255.07º 0.9% 0.45% -
HSV(B) 255.07º 0.95% 0.86% -
XYZ 15.03 6.47 67.47 -
YUV 51.15 222.73 137.17 -
System Red Green Blue C M Y K H S L
Decimal 64 12 219 0.71 0.95 0 0.14 255.07 0.9 0.45
Hex 40 C DB 47 5F 0 E FF 5A 2D
Octal 100 14 333 107 137 0 16 377 132 55
Binary 1000000 1100 11011011 1000111 1011111 0 1110 11111111 1011010 101101

Color Harmonies of #400CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CDB

Black with #400CDB

Text Example


Text Example

White with #400CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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