#3E05CF

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

Shades of Han Purple #3E05CF

Tints of Han Purple #3E05CF

Color information

#3E05CF (or 0x3E05CF) is unknown color: approx Han Purple. HEX triplet: 3E, 05 and CF. RGB value is (62,5,207). Sum of RGB (Red+Green+Blue) = 62+5+207=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E05CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05CF is #C1FA30. Grayscale: #2C2C2C. Windows color (decimal): -12712497 or 13567294. OLE color: 13567294.

HSL color Cylindrical-coordinate representation of color #3E05CF: hue angle of 256.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05CF is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB625207-
CMYK0.700.9800.19
HSL256.93º95.28%41.57%-
HSV(B)256.93º97.58%81.18%-
XYZ13.35.6459.42-
YUV45.07219.38140.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.63%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 207 (81.25% from 255) = 75.55%
R=22.63%
G=1.82%
B=75.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6252070.700.9800.19256.9395.2841.57
Hex3E5CF46620131015f2a
Octal76531710614202340113752
Binary11111010111001111100011011000100100111000000011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E05CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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