#3D0DE0

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

Shades of Han Purple #3D0DE0

Tints of Han Purple #3D0DE0

Color information

#3D0DE0 (or 0x3D0DE0) is unknown color: approx Han Purple. HEX triplet: 3D, 0D and E0. RGB value is (61,13,224). Sum of RGB (Red+Green+Blue) = 61+13+224=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 224 (87.89% from 255 or 75.17% from 298); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D0DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0DE0 is #C2F21F. Grayscale: #323232. Windows color (decimal): -12775968 or 14683453. OLE color: 14683453.

HSL color Cylindrical-coordinate representation of color #3D0DE0: hue angle of 253.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0DE0 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6113224-
CMYK0.730.9400.12
HSL253.65º89.03%46.47%-
HSV(B)253.65º94.2%87.84%-
XYZ15.526.6670.99-
YUV51.41225.4134.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 13 (5.47% from 255) = 4.36%
BLUE value IS 224 (87.89% from 255) = 75.17%
R=20.47%
G=4.36%
B=75.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61132240.730.9400.12253.6589.0346.47
Hex3DDE0495E0Cfe592e
Octal751534011113601437613156
Binary1111011101111000001001001101111001100111111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,13,224); }

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

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

 a { background-color: rgb(61,13,224); }

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

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

 span { border-color: rgb(61,13,224); }

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