#3A25E9

Color #3A25E9 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3A25E9

Tints of Han Purple #3A25E9

Color information

#3A25E9 (or 0x3A25E9) is unknown color: approx Han Purple. HEX triplet: 3A, 25 and E9. RGB value is (58,37,233). Sum of RGB (Red+Green+Blue) = 58+37+233=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #3A25E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A25E9 is #C5DA16. Grayscale: #404040. Windows color (decimal): -12966423 or 15279418. OLE color: 15279418.

HSL color Cylindrical-coordinate representation of color #3A25E9: hue angle of 246.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A25E9 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5837233-
CMYK0.750.8400.09
HSL246.43º81.67%52.94%-
HSV(B)246.43º84.12%91.37%-
XYZ17.118.1177.75-
YUV65.62222.46122.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 233 (91.41% from 255) = 71.04%
R=17.68%
G=11.28%
B=71.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal58372330.750.8400.09246.4381.6752.94
Hex3A25E94B5409f65235
Octal724535111312401136612265
Binary111010100101111010011001011101010001001111101101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A25E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,37,233); }

 H1.HeaderClassName
 {
   color: #3A25E9;
 }
 .AnyTagClassName
 {
   color: #3A25E9;
 }
</style>
background-color css

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

 a { background-color: rgb(58,37,233); }

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

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

 span { border-color: rgb(58,37,233); }

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