#3E05CA

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

Shades of Han Purple #3E05CA

Tints of Han Purple #3E05CA

Color information

#3E05CA (or 0x3E05CA) is unknown color: approx Han Purple. HEX triplet: 3E, 05 and CA. RGB value is (62,5,202). Sum of RGB (Red+Green+Blue) = 62+5+202=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05CA is #C1FA35. Grayscale: #2B2B2B. Windows color (decimal): -12712502 or 13239614. OLE color: 13239614.

HSL color Cylindrical-coordinate representation of color #3E05CA: hue angle of 257.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05CA is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB625202-
CMYK0.690.9800.21
HSL257.36º95.17%40.59%-
HSV(B)257.36º97.52%79.22%-
XYZ12.75.456.25-
YUV44.5216.88140.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 202 (79.30% from 255) = 75.09%
R=23.05%
G=1.86%
B=75.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6252020.690.9800.21257.3695.1740.59
Hex3E5CA45620151015f29
Octal76531210514202540113751
Binary11111010111001010100010111000100101011000000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,202); }

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

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

 a { background-color: rgb(62,5,202); }

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

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

 span { border-color: rgb(62,5,202); }

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