#3805d0

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

Shades of Han Purple #3805D0

Tints of Han Purple #3805D0

Color information

#3805D0 (or 0x3805D0) is unknown color: approx Han Purple. HEX triplet: 38, 05 and D0. RGB value is (56,5,208). Sum of RGB (Red+Green+Blue) = 56+5+208=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #3805D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805D0 is #C7FA2F. Grayscale: #2A2A2A. Windows color (decimal): -13105712 or 13632824. OLE color: 13632824.

HSL color Cylindrical-coordinate representation of color #3805D0: hue angle of 255.07º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3805D0 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB565208-
CMYK0.730.9800.18
HSL255.07º95.31%41.76%-
HSV(B)255.07º97.6%81.57%-
XYZ13.075.560.05-
YUV43.39220.9136.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 208 (81.64% from 255) = 77.32%
R=20.82%
G=1.86%
B=77.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5652080.730.9800.18255.0795.3141.76
Hex385D04962012ff5f2a
Octal70532011114202237713752
Binary1110001011101000010010011100010010010111111111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3805d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3805d0; }

 p { color: rgb(56,5,208); }

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

<style>
 a { background-color: #3805d0; }

 a { background-color: rgb(56,5,208); }

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

<style>
 span { border-color: #3805d0; }

 span { border-color: rgb(56,5,208); }

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