#3A03F9

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

Shades of Han Purple #3A03F9

Tints of Han Purple #3A03F9

Color information

#3A03F9 (or 0x3A03F9) is unknown color: approx Han Purple. HEX triplet: 3A, 03 and F9. RGB value is (58,3,249). Sum of RGB (Red+Green+Blue) = 58+3+249=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A03F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A03F9 is #C5FC06. Grayscale: #2E2E2E. Windows color (decimal): -12975111 or 16319290. OLE color: 16319290.

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

Color convert

RGB583249-
CMYK0.770.9900.02
HSL253.41º97.62%49.41%-
HSV(B)253.41º98.8%97.65%-
XYZ18.887.890.13-
YUV47.49241.72135.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 249 (97.66% from 255) = 80.32%
R=18.71%
G=0.97%
B=80.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5832490.770.9900.02253.4197.6249.41
Hex3A3F94D6302fd6231
Octal7233711151430237514261
Binary111010111111100110011011100011010111111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A03F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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