Html Css Color HEX #400ACE Han Purple

📋 copy color: '#400ACE'

red 64 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #400ACE

Tints of Han Purple #400ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 206 (80.86% from 255) = 73.57%

R = 22.86%
G = 3.57%
B = 73.57%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#400ACE (or 0x400ACE) is known color: Han Purple. HEX triplet: 40, 0A and CE. RGB value is (64,10,206). Sum of RGB (Red+Green+Blue) = 64+10+206=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #400ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ACE is #BFF531. Grayscale: #2F2F2F. Windows color (decimal): -12580146 or 13503040. OLE color: 13503040.

HSL color Cylindrical-coordinate representation of color #400ACE: hue angle of 256.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400ACE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 10 206 -
CMYK 0.69 0.95 0 0.19
HSL 256.53º 0.91% 0.42% -
HSV(B) 256.53º 0.95% 0.81% -
XYZ 13.36 5.76 58.8 -
YUV 48.49 216.89 139.06 -
System Red Green Blue C M Y K H S L
Decimal 64 10 206 0.69 0.95 0 0.19 256.53 0.91 0.42
Hex 40 A CE 45 5F 0 13 101 5B 2A
Octal 100 12 316 105 137 0 23 401 133 52
Binary 1000000 1010 11001110 1000101 1011111 0 10011 100000001 1011011 101010

Color Harmonies of #400ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400ACE

Black with #400ACE

Text Example


Text Example

White with #400ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,10,206); }

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

background-color css

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

 a { background-color: rgb(64,10,206); }

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

border-color css

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

 span { border-color: rgb(64,10,206); }

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