Html Css Color HEX #4009FE Han Purple

📋 copy color: '#4009FE'

red 64 ◦ green 9 ◦ blue 254

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

Shades of Han Purple #4009FE

Tints of Han Purple #4009FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.75%

 BLUE value IS 254 (99.61% from 255) = 77.68%

R = 19.57%
G = 2.75%
B = 77.68%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4009FE (or 0x4009FE) is known color: Han Purple. HEX triplet: 40, 09 and FE. RGB value is (64,9,254). Sum of RGB (Red+Green+Blue) = 64+9+254=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #4009FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4009FE is #BFF601. Grayscale: #343434. Windows color (decimal): -12580354 or 16648512. OLE color: 16648512.

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

Color convert

RGB 64 9 254 -
CMYK 0.75 0.96 0 0.00
HSL 253.47º 0.99% 0.52% -
HSV(B) 253.47º 0.96% 1% -
XYZ 20.1 8.44 94.34 -
YUV 53.38 241.22 135.58 -
System Red Green Blue C M Y K H S L
Decimal 64 9 254 0.75 0.96 0 0.00 253.47 0.99 0.52
Hex 40 9 FE 4B 60 0 0 FD 63 34
Octal 100 11 376 113 140 0 0 375 143 64
Binary 1000000 1001 11111110 1001011 1100000 0 0 11111101 1100011 110100

Color Harmonies of #4009FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4009FE

Black with #4009FE

Text Example


Text Example

White with #4009FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4009FE; }

 p { color: rgb(64,9,254); }

 H1.HeaderClassName
 {
   color: #4009FE;
 }
 .AnyTagClassName
 {
   color: #4009FE;
 }
</style>

background-color css

<style>
 a { background-color: #4009FE; }

 a { background-color: rgb(64,9,254); }

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

border-color css

<style>
 span { border-color: #4009FE; }

 span { border-color: rgb(64,9,254); }

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