Html Css Color HEX #4013EB Han Purple

📋 copy color: '#4013EB'

red 64 ◦ green 19 ◦ blue 235

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

Shades of Han Purple #4013EB

Tints of Han Purple #4013EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

 BLUE value IS 235 (92.19% from 255) = 73.9%

R = 20.13%
G = 5.97%
B = 73.9%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4013EB (or 0x4013EB) is known color: Han Purple. HEX triplet: 40, 13 and EB. RGB value is (64,19,235). Sum of RGB (Red+Green+Blue) = 64+19+235=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #4013EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4013EB is #BFEC14. Grayscale: #383838. Windows color (decimal): -12577813 or 15405888. OLE color: 15405888.

HSL color Cylindrical-coordinate representation of color #4013EB: hue angle of 252.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4013EB is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 19 235 -
CMYK 0.73 0.92 0 0.08
HSL 252.5º 0.85% 0.5% -
HSV(B) 252.5º 0.92% 0.92% -
XYZ 17.34 7.55 79.14 -
YUV 57.08 228.41 132.94 -
System Red Green Blue C M Y K H S L
Decimal 64 19 235 0.73 0.92 0 0.08 252.5 0.85 0.5
Hex 40 13 EB 49 5C 0 8 FD 55 32
Octal 100 23 353 111 134 0 10 375 125 62
Binary 1000000 10011 11101011 1001001 1011100 0 1000 11111101 1010101 110010

Color Harmonies of #4013EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013EB

Black with #4013EB

Text Example


Text Example

White with #4013EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4013EB; }

 p { color: rgb(64,19,235); }

 H1.HeaderClassName
 {
   color: #4013EB;
 }
 .AnyTagClassName
 {
   color: #4013EB;
 }
</style>

background-color css

<style>
 a { background-color: #4013EB; }

 a { background-color: rgb(64,19,235); }

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

border-color css

<style>
 span { border-color: #4013EB; }

 span { border-color: rgb(64,19,235); }

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