Html Css Color HEX #400CDD Han Purple

📋 copy color: '#400CDD'

red 64 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #400CDD

Tints of Han Purple #400CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.41%

R = 21.55%
G = 4.04%
B = 74.41%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#400CDD (or 0x400CDD) is known color: Han Purple. HEX triplet: 40, 0C and DD. RGB value is (64,12,221). Sum of RGB (Red+Green+Blue) = 64+12+221=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #400CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CDD is #BFF322. Grayscale: #323232. Windows color (decimal): -12579619 or 14486592. OLE color: 14486592.

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

Color convert

RGB 64 12 221 -
CMYK 0.71 0.95 0 0.13
HSL 254.93º 0.9% 0.46% -
HSV(B) 254.93º 0.95% 0.87% -
XYZ 15.3 6.57 68.87 -
YUV 51.37 223.73 137.01 -
System Red Green Blue C M Y K H S L
Decimal 64 12 221 0.71 0.95 0 0.13 254.93 0.9 0.46
Hex 40 C DD 47 5F 0 D FF 5A 2E
Octal 100 14 335 107 137 0 15 377 132 56
Binary 1000000 1100 11011101 1000111 1011111 0 1101 11111111 1011010 101110

Color Harmonies of #400CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CDD

Black with #400CDD

Text Example


Text Example

White with #400CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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