Html Css Color HEX #3E1EFD Han Purple

📋 copy color: '#3E1EFD'

red 62 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #3E1EFD

Tints of Han Purple #3E1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

 BLUE value IS 253 (99.22% from 255) = 73.33%

R = 17.97%
G = 8.7%
B = 73.33%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E1EFD (or 0x3E1EFD) is known color: Han Purple. HEX triplet: 3E, 1E and FD. RGB value is (62,30,253). Sum of RGB (Red+Green+Blue) = 62+30+253=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E1EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1EFD is #C1E102. Grayscale: #404040. Windows color (decimal): -12706051 or 16588350. OLE color: 16588350.

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

Color convert

RGB 62 30 253 -
CMYK 0.75 0.88 0 0.01
HSL 248.61º 0.98% 0.55% -
HSV(B) 248.61º 0.88% 0.99% -
XYZ 20.18 9.04 93.61 -
YUV 64.99 234.1 125.87 -
System Red Green Blue C M Y K H S L
Decimal 62 30 253 0.75 0.88 0 0.01 248.61 0.98 0.55
Hex 3E 1E FD 4B 58 0 1 F9 62 37
Octal 76 36 375 113 130 0 1 371 142 67
Binary 111110 11110 11111101 1001011 1011000 0 1 11111001 1100010 110111

Color Harmonies of #3E1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1EFD

Black with #3E1EFD

Text Example


Text Example

White with #3E1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,30,253); }

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

background-color css

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

 a { background-color: rgb(62,30,253); }

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

border-color css

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

 span { border-color: rgb(62,30,253); }

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