#3A0ECD

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

Shades of Han Purple #3A0ECD

Tints of Han Purple #3A0ECD

Color information

#3A0ECD (or 0x3A0ECD) is unknown color: approx Han Purple. HEX triplet: 3A, 0E and CD. RGB value is (58,14,205). Sum of RGB (Red+Green+Blue) = 58+14+205=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A0ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ECD is #C5F132. Grayscale: #303030. Windows color (decimal): -12972339 or 13438522. OLE color: 13438522.

HSL color Cylindrical-coordinate representation of color #3A0ECD: hue angle of 253.82º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0ECD is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5814205-
CMYK0.720.9300.20
HSL253.82º87.21%42.94%-
HSV(B)253.82º93.17%80.39%-
XYZ12.925.6258.16-
YUV48.93216.08134.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 205 (80.47% from 255) = 74.01%
R=20.94%
G=5.05%
B=74.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal58142050.720.9300.20253.8287.2142.94
Hex3AECD485D014fe572b
Octal721631511013502437612753
Binary11101011101100110110010001011101010100111111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,14,205); }

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

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

 a { background-color: rgb(58,14,205); }

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

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

 span { border-color: rgb(58,14,205); }

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