Html Css Color HEX #3E2BDA Han Purple

📋 copy color: '#3E2BDA'

red 62 ◦ green 43 ◦ blue 218

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

Shades of Han Purple #3E2BDA

Tints of Han Purple #3E2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 19.2%
G = 13.31%
B = 67.49%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3E2BDA (or 0x3E2BDA) is known color: Han Purple. HEX triplet: 3E, 2B and DA. RGB value is (62,43,218). Sum of RGB (Red+Green+Blue) = 62+43+218=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BDA is #C1D425. Grayscale: #434343. Windows color (decimal): -12702758 or 14297918. OLE color: 14297918.

HSL color Cylindrical-coordinate representation of color #3E2BDA: hue angle of 246.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E2BDA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 43 218 -
CMYK 0.72 0.80 0 0.15
HSL 246.51º 0.7% 0.51% -
HSV(B) 246.51º 0.8% 0.85% -
XYZ 15.51 7.81 67.02 -
YUV 68.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 62 43 218 0.72 0.80 0 0.15 246.51 0.7 0.51
Hex 3E 2B DA 48 50 0 F F7 46 33
Octal 76 53 332 110 120 0 17 367 106 63
Binary 111110 101011 11011010 1001000 1010000 0 1111 11110111 1000110 110011

Color Harmonies of #3E2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2BDA

Black with #3E2BDA

Text Example


Text Example

White with #3E2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,43,218); }

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

background-color css

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

 a { background-color: rgb(62,43,218); }

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

border-color css

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

 span { border-color: rgb(62,43,218); }

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