Html Css Color HEX #3E1CE6 Han Purple

📋 copy color: '#3E1CE6'

red 62 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #3E1CE6

Tints of Han Purple #3E1CE6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 230 (90.23% from 255) = 71.88%

R = 19.38%
G = 8.75%
B = 71.88%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3E1CE6 (or 0x3E1CE6) is known color: Han Purple. HEX triplet: 3E, 1C and E6. RGB value is (62,28,230). Sum of RGB (Red+Green+Blue) = 62+28+230=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 230 (90.23% from 255 or 71.88% from 320); Max value from RGB is 230 - color contains mainly: blue. Hex color #3E1CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1CE6 is #C1E319. Grayscale: #3C3C3C. Windows color (decimal): -12706586 or 15080510. OLE color: 15080510.

HSL color Cylindrical-coordinate representation of color #3E1CE6: hue angle of 250.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1CE6 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 62 28 230 -
CMYK 0.73 0.88 0 0.10
HSL 250.1º 0.8% 0.51% -
HSV(B) 250.1º 0.88% 0.9% -
XYZ 16.68 7.57 75.44 -
YUV 61.19 223.26 128.57 -
System Red Green Blue C M Y K H S L
Decimal 62 28 230 0.73 0.88 0 0.10 250.1 0.8 0.51
Hex 3E 1C E6 49 58 0 A FA 50 33
Octal 76 34 346 111 130 0 12 372 120 63
Binary 111110 11100 11100110 1001001 1011000 0 1010 11111010 1010000 110011

Color Harmonies of #3E1CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1CE6

Black with #3E1CE6

Text Example


Text Example

White with #3E1CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,28,230); }

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

background-color css

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

 a { background-color: rgb(62,28,230); }

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

border-color css

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

 span { border-color: rgb(62,28,230); }

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