#3D06FC

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

Shades of Han Purple #3D06FC

Tints of Han Purple #3D06FC

Color information

#3D06FC (or 0x3D06FC) is unknown color: approx Han Purple. HEX triplet: 3D, 06 and FC. RGB value is (61,6,252). Sum of RGB (Red+Green+Blue) = 61+6+252=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D06FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D06FC is #C2F903. Grayscale: #313131. Windows color (decimal): -12777732 or 16516669. OLE color: 16516669.

HSL color Cylindrical-coordinate representation of color #3D06FC: hue angle of 253.41º 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 #3D06FC is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB616252-
CMYK0.760.9800.01
HSL253.41º97.62%50.59%-
HSV(B)253.41º97.62%98.82%-
XYZ19.568.1592.64-
YUV50.49241.72135.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 252 (98.83% from 255) = 79.00%
R=19.12%
G=1.88%
B=79.00%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6162520.760.9800.01253.4197.6250.59
Hex3D6FC4C6201fd6233
Octal7563741141420137514263
Binary111101110111111001001100110001001111111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D06FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,6,252); }

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

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

 a { background-color: rgb(61,6,252); }

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

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

 span { border-color: rgb(61,6,252); }

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