Html Css Color HEX #4006FB Han Purple

📋 copy color: '#4006FB'

red 64 ◦ green 6 ◦ blue 251

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

Shades of Han Purple #4006FB

Tints of Han Purple #4006FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.19%

R = 19.94%
G = 1.87%
B = 78.19%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4006FB (or 0x4006FB) is known color: Han Purple. HEX triplet: 40, 06 and FB. RGB value is (64,6,251). Sum of RGB (Red+Green+Blue) = 64+6+251=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #4006FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4006FB is #BFF904. Grayscale: #323232. Windows color (decimal): -12581125 or 16451136. OLE color: 16451136.

HSL color Cylindrical-coordinate representation of color #4006FB: hue angle of 254.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4006FB is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 6 251 -
CMYK 0.75 0.98 0 0.02
HSL 254.2º 0.97% 0.5% -
HSV(B) 254.2º 0.98% 0.98% -
XYZ 19.59 8.19 91.81 -
YUV 51.27 240.72 137.08 -
System Red Green Blue C M Y K H S L
Decimal 64 6 251 0.75 0.98 0 0.02 254.2 0.97 0.5
Hex 40 6 FB 4B 62 0 2 FE 61 32
Octal 100 6 373 113 142 0 2 376 141 62
Binary 1000000 110 11111011 1001011 1100010 0 10 11111110 1100001 110010

Color Harmonies of #4006FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006FB

Black with #4006FB

Text Example


Text Example

White with #4006FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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