Html Css Color HEX #3E10FC Han Purple

📋 copy color: '#3E10FC'

red 62 ◦ green 16 ◦ blue 252

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

Shades of Han Purple #3E10FC

Tints of Han Purple #3E10FC

RGB

 RED value IS 62 (24.61% from 255) = 18.79%

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

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

R = 18.79%
G = 4.85%
B = 76.36%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E10FC (or 0x3E10FC) is known color: Han Purple. HEX triplet: 3E, 10 and FC. RGB value is (62,16,252). Sum of RGB (Red+Green+Blue) = 62+16+252=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E10FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E10FC is #C1EF03. Grayscale: #373737. Windows color (decimal): -12709636 or 16519230. OLE color: 16519230.

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

Color convert

RGB 62 16 252 -
CMYK 0.75 0.94 0 0.01
HSL 251.69º 0.98% 0.53% -
HSV(B) 251.69º 0.94% 0.99% -
XYZ 19.74 8.42 92.68 -
YUV 56.66 238.24 131.81 -
System Red Green Blue C M Y K H S L
Decimal 62 16 252 0.75 0.94 0 0.01 251.69 0.98 0.53
Hex 3E 10 FC 4B 5E 0 1 FC 62 35
Octal 76 20 374 113 136 0 1 374 142 65
Binary 111110 10000 11111100 1001011 1011110 0 1 11111100 1100010 110101

Color Harmonies of #3E10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10FC

Black with #3E10FC

Text Example


Text Example

White with #3E10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E10FC; }

 p { color: rgb(62,16,252); }

 H1.HeaderClassName
 {
   color: #3E10FC;
 }
 .AnyTagClassName
 {
   color: #3E10FC;
 }
</style>

background-color css

<style>
 a { background-color: #3E10FC; }

 a { background-color: rgb(62,16,252); }

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

border-color css

<style>
 span { border-color: #3E10FC; }

 span { border-color: rgb(62,16,252); }

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