#4C0DFB

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

Shades of Han Purple #4C0DFB

Tints of Han Purple #4C0DFB

Color information

#4C0DFB (or 0x4C0DFB) is unknown color: approx Han Purple. HEX triplet: 4C, 0D and FB. RGB value is (76,13,251). Sum of RGB (Red+Green+Blue) = 76+13+251=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C0DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DFB is #B3F204. Grayscale: #3A3A3A. Windows color (decimal): -11792901 or 16452940. OLE color: 16452940.

HSL color Cylindrical-coordinate representation of color #4C0DFB: hue angle of 255.88º 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 #4C0DFB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7613251-
CMYK0.700.9500.02
HSL255.88º96.75%51.76%-
HSV(B)255.88º94.82%98.43%-
XYZ20.548.7991.88-
YUV58.97236.37140.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 251 (98.44% from 255) = 73.82%
R=22.35%
G=3.82%
B=73.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76132510.700.9500.02255.8896.7551.76
Hex4CDFB465F021006134
Octal114153731061370240014164
Binary1001100110111111011100011010111110101000000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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