#3C05E7

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

Shades of Han Purple #3C05E7

Tints of Han Purple #3C05E7

Color information

#3C05E7 (or 0x3C05E7) is unknown color: approx Han Purple. HEX triplet: 3C, 05 and E7. RGB value is (60,5,231). Sum of RGB (Red+Green+Blue) = 60+5+231=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 231 (90.62% from 255 or 78.04% from 296); Max value from RGB is 231 - color contains mainly: blue. Hex color #3C05E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C05E7 is #C3FA18. Grayscale: #2E2E2E. Windows color (decimal): -12843545 or 15140156. OLE color: 15140156.

HSL color Cylindrical-coordinate representation of color #3C05E7: hue angle of 254.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C05E7 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB605231-
CMYK0.740.9800.09
HSL254.6º95.76%46.27%-
HSV(B)254.6º97.84%90.59%-
XYZ16.346.8476.06-
YUV47.21231.72137.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 231 (90.62% from 255) = 78.04%
R=20.27%
G=1.69%
B=78.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6052310.740.9800.09254.695.7646.27
Hex3C5E74A6209ff602e
Octal74534711214201137714056
Binary111100101111001111001010110001001001111111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C05E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,5,231); }

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

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

 a { background-color: rgb(60,5,231); }

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

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

 span { border-color: rgb(60,5,231); }

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