Html Css Color HEX #3E07FA Han Purple

📋 copy color: '#3E07FA'

red 62 ◦ green 7 ◦ blue 250

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

Shades of Han Purple #3E07FA

Tints of Han Purple #3E07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 19.44%
G = 2.19%
B = 78.37%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E07FA (or 0x3E07FA) is known color: Han Purple. HEX triplet: 3E, 07 and FA. RGB value is (62,7,250). Sum of RGB (Red+Green+Blue) = 62+7+250=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E07FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E07FA is #C1F805. Grayscale: #323232. Windows color (decimal): -12711942 or 16385854. OLE color: 16385854.

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

Color convert

RGB 62 7 250 -
CMYK 0.75 0.97 0 0.02
HSL 253.58º 0.96% 0.5% -
HSV(B) 253.58º 0.97% 0.98% -
XYZ 19.32 8.08 90.98 -
YUV 51.15 240.22 135.74 -
System Red Green Blue C M Y K H S L
Decimal 62 7 250 0.75 0.97 0 0.02 253.58 0.96 0.5
Hex 3E 7 FA 4B 61 0 2 FE 60 32
Octal 76 7 372 113 141 0 2 376 140 62
Binary 111110 111 11111010 1001011 1100001 0 10 11111110 1100000 110010

Color Harmonies of #3E07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E07FA

Black with #3E07FA

Text Example


Text Example

White with #3E07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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