#3D1ED5

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

Shades of Han Purple #3D1ED5

Tints of Han Purple #3D1ED5

Color information

#3D1ED5 (or 0x3D1ED5) is unknown color: approx Han Purple. HEX triplet: 3D, 1E and D5. RGB value is (61,30,213). Sum of RGB (Red+Green+Blue) = 61+30+213=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #3D1ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ED5 is #C2E12A. Grayscale: #3B3B3B. Windows color (decimal): -12771627 or 13966909. OLE color: 13966909.

HSL color Cylindrical-coordinate representation of color #3D1ED5: hue angle of 250.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1ED5 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6130213-
CMYK0.710.8600.16
HSL250.16º75.31%47.65%-
HSV(B)250.16º85.92%83.53%-
XYZ14.46.7263.49-
YUV60.13214.27128.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 213 (83.59% from 255) = 70.07%
R=20.07%
G=9.87%
B=70.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61302130.710.8600.16250.1675.3147.65
Hex3D1ED54756010fa4b30
Octal753632510712602037211360
Binary111101111101101010110001111010110010000111110101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,213); }

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

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

 a { background-color: rgb(61,30,213); }

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

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

 span { border-color: rgb(61,30,213); }

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