Html Css Color HEX #3A1AE6 Han Purple

📋 copy color: '#3A1AE6'

red 58 ◦ green 26 ◦ blue 230

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

Shades of Han Purple #3A1AE6

Tints of Han Purple #3A1AE6

RGB

 RED value IS 58 (23.05% from 255) = 18.47%

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

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

R = 18.47%
G = 8.28%
B = 73.25%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3A1AE6 (or 0x3A1AE6) is known color: Han Purple. HEX triplet: 3A, 1A and E6. RGB value is (58,26,230). Sum of RGB (Red+Green+Blue) = 58+26+230=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #3A1AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1AE6 is #C5E519. Grayscale: #3A3A3A. Windows color (decimal): -12969242 or 15079994. OLE color: 15079994.

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

Color convert

RGB 58 26 230 -
CMYK 0.75 0.89 0 0.10
HSL 249.41º 0.8% 0.5% -
HSV(B) 249.41º 0.89% 0.9% -
XYZ 16.4 7.35 75.42 -
YUV 58.82 224.6 127.41 -
System Red Green Blue C M Y K H S L
Decimal 58 26 230 0.75 0.89 0 0.10 249.41 0.8 0.5
Hex 3A 1A E6 4B 59 0 A F9 50 32
Octal 72 32 346 113 131 0 12 371 120 62
Binary 111010 11010 11100110 1001011 1011001 0 1010 11111001 1010000 110010

Color Harmonies of #3A1AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1AE6

Black with #3A1AE6

Text Example


Text Example

White with #3A1AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,26,230); }

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

background-color css

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

 a { background-color: rgb(58,26,230); }

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

border-color css

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

 span { border-color: rgb(58,26,230); }

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