#3A06FD

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

Shades of Han Purple #3A06FD

Tints of Han Purple #3A06FD

Color information

#3A06FD (or 0x3A06FD) is unknown color: approx Han Purple. HEX triplet: 3A, 06 and FD. RGB value is (58,6,253). Sum of RGB (Red+Green+Blue) = 58+6+253=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A06FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A06FD is #C5F902. Grayscale: #303030. Windows color (decimal): -12974339 or 16582202. OLE color: 16582202.

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

Color convert

RGB586253-
CMYK0.770.9800.01
HSL252.63º98.41%50.78%-
HSV(B)252.63º97.63%99.22%-
XYZ19.548.1293.47-
YUV49.71242.73133.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 253 (99.22% from 255) = 79.81%
R=18.30%
G=1.89%
B=79.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5862530.770.9800.01252.6398.4150.78
Hex3A6FD4D6201fd6233
Octal7263751151420137514263
Binary111010110111111011001101110001001111111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A06FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,6,253); }

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

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

 a { background-color: rgb(58,6,253); }

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

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

 span { border-color: rgb(58,6,253); }

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