#3C00ED

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

Shades of Han Purple #3C00ED

Tints of Han Purple #3C00ED

Color information

#3C00ED (or 0x3C00ED) is unknown color: approx Han Purple. HEX triplet: 3C, 00 and ED. RGB value is (60,0,237). Sum of RGB (Red+Green+Blue) = 60+0+237=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C00ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C00ED is #C3FF12. Grayscale: #2C2C2C. Windows color (decimal): -12844819 or 15532092. OLE color: 15532092.

HSL color Cylindrical-coordinate representation of color #3C00ED: hue angle of 255.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00ED is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB600237-
CMYK0.75100.07
HSL255.19º100%46.47%-
HSV(B)255.19º100%92.94%-
XYZ17.157.0880.58-
YUV44.96236.38138.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 79.80%
R=20.20%
G=0%
B=79.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal6002370.75100.07255.1910046.47
Hex3C0ED4B6407ff642e
Octal7403551131440737714456
Binary111100011101101100101111001000111111111111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C00ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,0,237); }

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

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

 a { background-color: rgb(60,0,237); }

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

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

 span { border-color: rgb(60,0,237); }

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