#3D0DDD

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

Shades of Han Purple #3D0DDD

Tints of Han Purple #3D0DDD

Color information

#3D0DDD (or 0x3D0DDD) is unknown color: approx Han Purple. HEX triplet: 3D, 0D and DD. RGB value is (61,13,221). Sum of RGB (Red+Green+Blue) = 61+13+221=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0DDD is #C2F222. Grayscale: #323232. Windows color (decimal): -12775971 or 14486845. OLE color: 14486845.

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

Color convert

RGB6113221-
CMYK0.720.9400.13
HSL253.85º88.89%45.88%-
HSV(B)253.85º94.12%86.67%-
XYZ15.126.568.86-
YUV51.06223.9135.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 13 (5.47% from 255) = 4.41%
BLUE value IS 221 (86.72% from 255) = 74.92%
R=20.68%
G=4.41%
B=74.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61132210.720.9400.13253.8588.8945.88
Hex3DDDD485E0Dfe592e
Octal751533511013601537613156
Binary1111011101110111011001000101111001101111111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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