#3810DD

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

Shades of Han Purple #3810DD

Tints of Han Purple #3810DD

Color information

#3810DD (or 0x3810DD) is unknown color: approx Han Purple. HEX triplet: 38, 10 and DD. RGB value is (56,16,221). Sum of RGB (Red+Green+Blue) = 56+16+221=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #3810DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3810DD is #C7EF22. Grayscale: #323232. Windows color (decimal): -13102883 or 14487608. OLE color: 14487608.

HSL color Cylindrical-coordinate representation of color #3810DD: hue angle of 251.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3810DD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5616221-
CMYK0.750.9300.13
HSL251.71º86.5%46.47%-
HSV(B)251.71º92.76%86.67%-
XYZ14.876.4368.86-
YUV51.33223.75131.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 221 (86.72% from 255) = 75.43%
R=19.11%
G=5.46%
B=75.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56162210.750.9300.13251.7186.546.47
Hex3810DD4B5D0Dfc562e
Octal702033511313501537412656
Binary11100010000110111011001011101110101101111111001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3810DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3810DD; }

 p { color: rgb(56,16,221); }

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

<style>
 a { background-color: #3810DD; }

 a { background-color: rgb(56,16,221); }

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

<style>
 span { border-color: #3810DD; }

 span { border-color: rgb(56,16,221); }

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