#3C0DEB

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

Shades of Han Purple #3C0DEB

Tints of Han Purple #3C0DEB

Color information

#3C0DEB (or 0x3C0DEB) is unknown color: approx Han Purple. HEX triplet: 3C, 0D and EB. RGB value is (60,13,235). Sum of RGB (Red+Green+Blue) = 60+13+235=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C0DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0DEB is #C3F214. Grayscale: #333333. Windows color (decimal): -12841493 or 15404348. OLE color: 15404348.

HSL color Cylindrical-coordinate representation of color #3C0DEB: hue angle of 252.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DEB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6013235-
CMYK0.740.9400.08
HSL252.7º89.52%48.63%-
HSV(B)252.7º94.47%92.16%-
XYZ177.2579.1-
YUV52.36231.07133.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 235 (92.19% from 255) = 76.30%
R=19.48%
G=4.22%
B=76.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal60132350.740.9400.08252.789.5248.63
Hex3CDEB4A5E08fd5a31
Octal741535311213601037513261
Binary1111001101111010111001010101111001000111111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,13,235); }

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

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

 a { background-color: rgb(60,13,235); }

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

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

 span { border-color: rgb(60,13,235); }

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