#3806FD

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

Shades of Han Purple #3806FD

Tints of Han Purple #3806FD

Color information

#3806FD (or 0x3806FD) is unknown color: approx Han Purple. HEX triplet: 38, 06 and FD. RGB value is (56,6,253). Sum of RGB (Red+Green+Blue) = 56+6+253=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #3806FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3806FD is #C7F902. Grayscale: #303030. Windows color (decimal): -13105411 or 16582200. OLE color: 16582200.

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

Color convert

RGB566253-
CMYK0.780.9800.01
HSL252.15º98.41%50.78%-
HSV(B)252.15º97.63%99.22%-
XYZ19.438.0693.46-
YUV49.11243.06132.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 253 (99.22% from 255) = 80.32%
R=17.78%
G=1.90%
B=80.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5662530.780.9800.01252.1598.4150.78
Hex386FD4E6201fc6233
Octal7063751161420137414263
Binary111000110111111011001110110001001111111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3806FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3806FD; }

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

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

<style>
 a { background-color: #3806FD; }

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

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

<style>
 span { border-color: #3806FD; }

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

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