Html Css Color HEX #4012FD Han Purple

📋 copy color: '#4012FD'

red 64 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4012FD

Tints of Han Purple #4012FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

 BLUE value IS 253 (99.22% from 255) = 75.52%

R = 19.1%
G = 5.37%
B = 75.52%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4012FD (or 0x4012FD) is known color: Han Purple. HEX triplet: 40, 12 and FD. RGB value is (64,18,253). Sum of RGB (Red+Green+Blue) = 64+18+253=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #4012FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4012FD is #BFED02. Grayscale: #393939. Windows color (decimal): -12578051 or 16585280. OLE color: 16585280.

HSL color Cylindrical-coordinate representation of color #4012FD: hue angle of 251.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4012FD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 18 253 -
CMYK 0.75 0.93 0 0.01
HSL 251.74º 0.98% 0.53% -
HSV(B) 251.74º 0.93% 0.99% -
XYZ 20.06 8.61 93.53 -
YUV 58.54 237.74 131.89 -
System Red Green Blue C M Y K H S L
Decimal 64 18 253 0.75 0.93 0 0.01 251.74 0.98 0.53
Hex 40 12 FD 4B 5D 0 1 FC 62 35
Octal 100 22 375 113 135 0 1 374 142 65
Binary 1000000 10010 11111101 1001011 1011101 0 1 11111100 1100010 110101

Color Harmonies of #4012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012FD

Black with #4012FD

Text Example


Text Example

White with #4012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4012FD; }

 p { color: rgb(64,18,253); }

 H1.HeaderClassName
 {
   color: #4012FD;
 }
 .AnyTagClassName
 {
   color: #4012FD;
 }
</style>

background-color css

<style>
 a { background-color: #4012FD; }

 a { background-color: rgb(64,18,253); }

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

border-color css

<style>
 span { border-color: #4012FD; }

 span { border-color: rgb(64,18,253); }

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