Html Css Color HEX #3E1AEA Han Purple

📋 copy color: '#3E1AEA'

red 62 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #3E1AEA

Tints of Han Purple #3E1AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 234 (91.8% from 255) = 72.67%

R = 19.25%
G = 8.07%
B = 72.67%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E1AEA (or 0x3E1AEA) is known color: Han Purple. HEX triplet: 3E, 1A and EA. RGB value is (62,26,234). Sum of RGB (Red+Green+Blue) = 62+26+234=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E1AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1AEA is #C1E515. Grayscale: #3B3B3B. Windows color (decimal): -12707094 or 15342142. OLE color: 15342142.

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

Color convert

RGB 62 26 234 -
CMYK 0.74 0.89 0 0.08
HSL 250.38º 0.83% 0.51% -
HSV(B) 250.38º 0.89% 0.92% -
XYZ 17.21 7.7 78.42 -
YUV 60.48 225.93 129.09 -
System Red Green Blue C M Y K H S L
Decimal 62 26 234 0.74 0.89 0 0.08 250.38 0.83 0.51
Hex 3E 1A EA 4A 59 0 8 FA 53 33
Octal 76 32 352 112 131 0 10 372 123 63
Binary 111110 11010 11101010 1001010 1011001 0 1000 11111010 1010011 110011

Color Harmonies of #3E1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1AEA

Black with #3E1AEA

Text Example


Text Example

White with #3E1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,26,234); }

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

background-color css

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

 a { background-color: rgb(62,26,234); }

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

border-color css

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

 span { border-color: rgb(62,26,234); }

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