Html Css Color HEX #4006FE Han Purple

📋 copy color: '#4006FE'

red 64 ◦ green 6 ◦ blue 254

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

Shades of Han Purple #4006FE

Tints of Han Purple #4006FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

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

R = 19.75%
G = 1.85%
B = 78.4%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4006FE (or 0x4006FE) is known color: Han Purple. HEX triplet: 40, 06 and FE. RGB value is (64,6,254). Sum of RGB (Red+Green+Blue) = 64+6+254=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #4006FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4006FE is #BFF901. Grayscale: #323232. Windows color (decimal): -12581122 or 16647744. OLE color: 16647744.

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

Color convert

RGB 64 6 254 -
CMYK 0.75 0.98 0 0.00
HSL 254.03º 0.99% 0.51% -
HSV(B) 254.03º 0.98% 1% -
XYZ 20.07 8.38 94.32 -
YUV 51.61 242.22 136.83 -
System Red Green Blue C M Y K H S L
Decimal 64 6 254 0.75 0.98 0 0.00 254.03 0.99 0.51
Hex 40 6 FE 4B 62 0 0 FE 63 33
Octal 100 6 376 113 142 0 0 376 143 63
Binary 1000000 110 11111110 1001011 1100010 0 0 11111110 1100011 110011

Color Harmonies of #4006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006FE

Black with #4006FE

Text Example


Text Example

White with #4006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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