Html Css Color HEX #3E10FA Han Purple

📋 copy color: '#3E10FA'

red 62 ◦ green 16 ◦ blue 250

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

Shades of Han Purple #3E10FA

Tints of Han Purple #3E10FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 76.22%

R = 18.9%
G = 4.88%
B = 76.22%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E10FA (or 0x3E10FA) is known color: Han Purple. HEX triplet: 3E, 10 and FA. RGB value is (62,16,250). Sum of RGB (Red+Green+Blue) = 62+16+250=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E10FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E10FA is #C1EF05. Grayscale: #373737. Windows color (decimal): -12709638 or 16388158. OLE color: 16388158.

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

Color convert

RGB 62 16 250 -
CMYK 0.75 0.94 0 0.02
HSL 251.79º 0.96% 0.52% -
HSV(B) 251.79º 0.94% 0.98% -
XYZ 19.43 8.3 91.02 -
YUV 56.43 237.24 131.97 -
System Red Green Blue C M Y K H S L
Decimal 62 16 250 0.75 0.94 0 0.02 251.79 0.96 0.52
Hex 3E 10 FA 4B 5E 0 2 FC 60 34
Octal 76 20 372 113 136 0 2 374 140 64
Binary 111110 10000 11111010 1001011 1011110 0 10 11111100 1100000 110100

Color Harmonies of #3E10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10FA

Black with #3E10FA

Text Example


Text Example

White with #3E10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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