#3A18F9

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

Shades of Han Purple #3A18F9

Tints of Han Purple #3A18F9

Color information

#3A18F9 (or 0x3A18F9) is unknown color: approx Han Purple. HEX triplet: 3A, 18 and F9. RGB value is (58,24,249). Sum of RGB (Red+Green+Blue) = 58+24+249=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 249 (97.66% from 255 or 75.23% from 331); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A18F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A18F9 is #C5E706. Grayscale: #3A3A3A. Windows color (decimal): -12969735 or 16324666. OLE color: 16324666.

HSL color Cylindrical-coordinate representation of color #3A18F9: hue angle of 249.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A18F9 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5824249-
CMYK0.770.9000.02
HSL249.07º94.94%53.53%-
HSV(B)249.07º90.36%97.65%-
XYZ19.178.3990.23-
YUV59.82234.76126.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 24 (9.77% from 255) = 7.25%
BLUE value IS 249 (97.66% from 255) = 75.23%
R=17.52%
G=7.25%
B=75.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58242490.770.9000.02249.0794.9453.53
Hex3A18F94D5A02f95f36
Octal72303711151320237113766
Binary111010110001111100110011011011010010111110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A18F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,249); }

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

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

 a { background-color: rgb(58,24,249); }

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

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

 span { border-color: rgb(58,24,249); }

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