Html Css Color HEX #4015FC Han Purple

📋 copy color: '#4015FC'

red 64 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #4015FC

Tints of Han Purple #4015FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 18.99%
G = 6.23%
B = 74.78%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4015FC (or 0x4015FC) is known color: Han Purple. HEX triplet: 40, 15 and FC. RGB value is (64,21,252). Sum of RGB (Red+Green+Blue) = 64+21+252=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #4015FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4015FC is #BFEA03. Grayscale: #3B3B3B. Windows color (decimal): -12577284 or 16520512. OLE color: 16520512.

HSL color Cylindrical-coordinate representation of color #4015FC: hue angle of 251.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4015FC is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 21 252 -
CMYK 0.75 0.92 0 0.01
HSL 251.17º 0.97% 0.54% -
HSV(B) 251.17º 0.92% 0.99% -
XYZ 19.95 8.65 92.71 -
YUV 60.19 236.25 130.72 -
System Red Green Blue C M Y K H S L
Decimal 64 21 252 0.75 0.92 0 0.01 251.17 0.97 0.54
Hex 40 15 FC 4B 5C 0 1 FB 61 36
Octal 100 25 374 113 134 0 1 373 141 66
Binary 1000000 10101 11111100 1001011 1011100 0 1 11111011 1100001 110110

Color Harmonies of #4015FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015FC

Black with #4015FC

Text Example


Text Example

White with #4015FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4015FC; }

 p { color: rgb(64,21,252); }

 H1.HeaderClassName
 {
   color: #4015FC;
 }
 .AnyTagClassName
 {
   color: #4015FC;
 }
</style>

background-color css

<style>
 a { background-color: #4015FC; }

 a { background-color: rgb(64,21,252); }

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

border-color css

<style>
 span { border-color: #4015FC; }

 span { border-color: rgb(64,21,252); }

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