#3D04E0

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

Shades of Han Purple #3D04E0

Tints of Han Purple #3D04E0

Color information

#3D04E0 (or 0x3D04E0) is unknown color: approx Han Purple. HEX triplet: 3D, 04 and E0. RGB value is (61,4,224). Sum of RGB (Red+Green+Blue) = 61+4+224=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D04E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D04E0 is #C2FB1F. Grayscale: #2D2D2D. Windows color (decimal): -12778272 or 14681149. OLE color: 14681149.

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

Color convert

RGB614224-
CMYK0.730.9800.12
HSL255.55º96.49%44.71%-
HSV(B)255.55º98.21%87.84%-
XYZ15.426.4670.96-
YUV46.12228.38138.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 224 (87.89% from 255) = 77.51%
R=21.11%
G=1.38%
B=77.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal6142240.730.9800.12255.5596.4944.71
Hex3D4E049620C100602d
Octal75434011114201440014055
Binary1111011001110000010010011100010011001000000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D04E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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