Html Css Color HEX #4008FF Han Purple

📋 copy color: '#4008FF'

red 64 ◦ green 8 ◦ blue 255

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

Shades of Han Purple #4008FF

Tints of Han Purple #4008FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 77.98%

R = 19.57%
G = 2.45%
B = 77.98%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4008FF (or 0x4008FF) is known color: Han Purple. HEX triplet: 40, 08 and FF. RGB value is (64,8,255). Sum of RGB (Red+Green+Blue) = 64+8+255=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #4008FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4008FF is #BFF700. Grayscale: #333333. Windows color (decimal): -12580609 or 16713792. OLE color: 16713792.

HSL color Cylindrical-coordinate representation of color #4008FF: hue angle of 253.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4008FF is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 8 255 -
CMYK 0.75 0.97 0 0
HSL 253.6º 1% 0.52% -
HSV(B) 253.6º 0.97% 1% -
XYZ 20.25 8.48 95.18 -
YUV 52.9 242.05 135.92 -
System Red Green Blue C M Y K H S L
Decimal 64 8 255 0.75 0.97 0 0 253.6 1 0.52
Hex 40 8 FF 4B 61 0 0 FE 64 34
Octal 100 10 377 113 141 0 0 376 144 64
Binary 1000000 1000 11111111 1001011 1100001 0 0 11111110 1100100 110100

Color Harmonies of #4008FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4008FF

Black with #4008FF

Text Example


Text Example

White with #4008FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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