Html Css Color HEX #400CDC Han Purple

📋 copy color: '#400CDC'

red 64 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #400CDC

Tints of Han Purple #400CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.32%

R = 21.62%
G = 4.05%
B = 74.32%

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

#400CDC (or 0x400CDC) is known color: Han Purple. HEX triplet: 40, 0C and DC. RGB value is (64,12,220). Sum of RGB (Red+Green+Blue) = 64+12+220=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #400CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CDC is #BFF323. Grayscale: #323232. Windows color (decimal): -12579620 or 14421056. OLE color: 14421056.

HSL color Cylindrical-coordinate representation of color #400CDC: hue angle of 255º 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 #400CDC is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 12 220 -
CMYK 0.71 0.95 0 0.14
HSL 255º 0.9% 0.45% -
HSV(B) 255º 0.95% 0.86% -
XYZ 15.16 6.52 68.17 -
YUV 51.26 223.23 137.09 -
System Red Green Blue C M Y K H S L
Decimal 64 12 220 0.71 0.95 0 0.14 255 0.9 0.45
Hex 40 C DC 47 5F 0 E FF 5A 2D
Octal 100 14 334 107 137 0 16 377 132 55
Binary 1000000 1100 11011100 1000111 1011111 0 1110 11111111 1011010 101101

Color Harmonies of #400CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CDC

Black with #400CDC

Text Example


Text Example

White with #400CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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