#3A25F4

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

Shades of Han Purple #3A25F4

Tints of Han Purple #3A25F4

Color information

#3A25F4 (or 0x3A25F4) is unknown color: approx Han Purple. HEX triplet: 3A, 25 and F4. RGB value is (58,37,244). Sum of RGB (Red+Green+Blue) = 58+37+244=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 244 (95.70% from 255 or 71.98% from 339); Max value from RGB is 244 - color contains mainly: blue. Hex color #3A25F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A25F4 is #C5DA0B. Grayscale: #424242. Windows color (decimal): -12966412 or 16000314. OLE color: 16000314.

HSL color Cylindrical-coordinate representation of color #3A25F4: hue angle of 246.09º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A25F4 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5837244-
CMYK0.760.8500.04
HSL246.09º90.39%55.1%-
HSV(B)246.09º84.84%95.69%-
XYZ18.748.7586.29-
YUV66.88227.96121.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.11%
GREEN value IS 37 (14.84% from 255) = 10.91%
BLUE value IS 244 (95.70% from 255) = 71.98%
R=17.11%
G=10.91%
B=71.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58372440.760.8500.04246.0990.3955.1
Hex3A25F44C5504f65a37
Octal72453641141250436613267
Binary11101010010111110100100110010101010100111101101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A25F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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