Html Css Color HEX #4010F2 Han Purple

📋 copy color: '#4010F2'

red 64 ◦ green 16 ◦ blue 242

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

Shades of Han Purple #4010F2

Tints of Han Purple #4010F2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

 BLUE value IS 242 (94.92% from 255) = 75.16%

R = 19.88%
G = 4.97%
B = 75.16%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4010F2 (or 0x4010F2) is known color: Han Purple. HEX triplet: 40, 10 and F2. RGB value is (64,16,242). Sum of RGB (Red+Green+Blue) = 64+16+242=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #4010F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010F2 is #BFEF0D. Grayscale: #373737. Windows color (decimal): -12578574 or 15863872. OLE color: 15863872.

HSL color Cylindrical-coordinate representation of color #4010F2: hue angle of 252.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4010F2 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 16 242 -
CMYK 0.74 0.93 0 0.05
HSL 252.74º 0.9% 0.51% -
HSV(B) 252.74º 0.93% 0.95% -
XYZ 18.33 7.87 84.56 -
YUV 56.12 232.9 133.62 -
System Red Green Blue C M Y K H S L
Decimal 64 16 242 0.74 0.93 0 0.05 252.74 0.9 0.51
Hex 40 10 F2 4A 5D 0 5 FD 5A 33
Octal 100 20 362 112 135 0 5 375 132 63
Binary 1000000 10000 11110010 1001010 1011101 0 101 11111101 1011010 110011

Color Harmonies of #4010F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010F2

Black with #4010F2

Text Example


Text Example

White with #4010F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4010F2; }

 p { color: rgb(64,16,242); }

 H1.HeaderClassName
 {
   color: #4010F2;
 }
 .AnyTagClassName
 {
   color: #4010F2;
 }
</style>

background-color css

<style>
 a { background-color: #4010F2; }

 a { background-color: rgb(64,16,242); }

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

border-color css

<style>
 span { border-color: #4010F2; }

 span { border-color: rgb(64,16,242); }

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