Html Css Color HEX #4008CE Han Purple

📋 copy color: '#4008CE'

red 64 ◦ green 8 ◦ blue 206

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

Shades of Han Purple #4008CE

Tints of Han Purple #4008CE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 23.02%
G = 2.88%
B = 74.1%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4008CE (or 0x4008CE) is known color: Han Purple. HEX triplet: 40, 08 and CE. RGB value is (64,8,206). Sum of RGB (Red+Green+Blue) = 64+8+206=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #4008CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4008CE is #BFF731. Grayscale: #2E2E2E. Windows color (decimal): -12580658 or 13502528. OLE color: 13502528.

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

Color convert

RGB 64 8 206 -
CMYK 0.69 0.96 0 0.19
HSL 256.97º 0.93% 0.42% -
HSV(B) 256.97º 0.96% 0.81% -
XYZ 13.34 5.72 58.79 -
YUV 47.32 217.55 139.9 -
System Red Green Blue C M Y K H S L
Decimal 64 8 206 0.69 0.96 0 0.19 256.97 0.93 0.42
Hex 40 8 CE 45 60 0 13 101 5D 2A
Octal 100 10 316 105 140 0 23 401 135 52
Binary 1000000 1000 11001110 1000101 1100000 0 10011 100000001 1011101 101010

Color Harmonies of #4008CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4008CE

Black with #4008CE

Text Example


Text Example

White with #4008CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4008CE; }

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

 H1.HeaderClassName
 {
   color: #4008CE;
 }
 .AnyTagClassName
 {
   color: #4008CE;
 }
</style>

background-color css

<style>
 a { background-color: #4008CE; }

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

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

border-color css

<style>
 span { border-color: #4008CE; }

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

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