#3C0DFB

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

Shades of Han Purple #3C0DFB

Tints of Han Purple #3C0DFB

Color information

#3C0DFB (or 0x3C0DFB) is unknown color: approx Han Purple. HEX triplet: 3C, 0D and FB. RGB value is (60,13,251). Sum of RGB (Red+Green+Blue) = 60+13+251=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C0DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0DFB is #C3F204. Grayscale: #353535. Windows color (decimal): -12841477 or 16452924. OLE color: 16452924.

HSL color Cylindrical-coordinate representation of color #3C0DFB: hue angle of 251.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0DFB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6013251-
CMYK0.760.9500.02
HSL251.85º96.75%51.76%-
HSV(B)251.85º94.82%98.43%-
XYZ19.428.2191.83-
YUV54.18239.07132.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 13 (5.47% from 255) = 4.01%
BLUE value IS 251 (98.44% from 255) = 77.47%
R=18.52%
G=4.01%
B=77.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal60132510.760.9500.02251.8596.7551.76
Hex3CDFB4C5F02fc6134
Octal74153731141370237414164
Binary11110011011111101110011001011111010111111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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