Html Css Color HEX #3E10EB Han Purple

📋 copy color: '#3E10EB'

red 62 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #3E10EB

Tints of Han Purple #3E10EB

RGB

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

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

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

R = 19.81%
G = 5.11%
B = 75.08%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E10EB (or 0x3E10EB) is known color: Han Purple. HEX triplet: 3E, 10 and EB. RGB value is (62,16,235). Sum of RGB (Red+Green+Blue) = 62+16+235=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E10EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E10EB is #C1EF14. Grayscale: #353535. Windows color (decimal): -12709653 or 15405118. OLE color: 15405118.

HSL color Cylindrical-coordinate representation of color #3E10EB: hue angle of 252.6º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E10EB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 16 235 -
CMYK 0.74 0.93 0 0.08
HSL 252.6º 0.87% 0.49% -
HSV(B) 252.6º 0.93% 0.92% -
XYZ 17.17 7.39 79.12 -
YUV 54.72 229.74 133.19 -
System Red Green Blue C M Y K H S L
Decimal 62 16 235 0.74 0.93 0 0.08 252.6 0.87 0.49
Hex 3E 10 EB 4A 5D 0 8 FD 57 31
Octal 76 20 353 112 135 0 10 375 127 61
Binary 111110 10000 11101011 1001010 1011101 0 1000 11111101 1010111 110001

Color Harmonies of #3E10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10EB

Black with #3E10EB

Text Example


Text Example

White with #3E10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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