#3A24F1

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

Shades of Han Purple #3A24F1

Tints of Han Purple #3A24F1

Color information

#3A24F1 (or 0x3A24F1) is unknown color: approx Han Purple. HEX triplet: 3A, 24 and F1. RGB value is (58,36,241). Sum of RGB (Red+Green+Blue) = 58+36+241=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #3A24F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A24F1 is #C5DB0E. Grayscale: #414141. Windows color (decimal): -12966671 or 15803450. OLE color: 15803450.

HSL color Cylindrical-coordinate representation of color #3A24F1: hue angle of 246.44º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A24F1 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5836241-
CMYK0.760.8500.05
HSL246.44º87.98%54.31%-
HSV(B)246.44º85.06%94.51%-
XYZ18.258.5183.9-
YUV65.95226.79122.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 241 (94.53% from 255) = 71.94%
R=17.31%
G=10.75%
B=71.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58362410.760.8500.05246.4487.9854.31
Hex3A24F14C5505f65836
Octal72443611141250536613066
Binary11101010010011110001100110010101010101111101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A24F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,241); }

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

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

 a { background-color: rgb(58,36,241); }

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

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

 span { border-color: rgb(58,36,241); }

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