#4C30FD

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

Shades of Han Purple #4C30FD

Tints of Han Purple #4C30FD

Color information

#4C30FD (or 0x4C30FD) is unknown color: approx Han Purple. HEX triplet: 4C, 30 and FD. RGB value is (76,48,253). Sum of RGB (Red+Green+Blue) = 76+48+253=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C30FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C30FD is #B3CF02. Grayscale: #4E4E4E. Windows color (decimal): -11783939 or 16592972. OLE color: 16592972.

HSL color Cylindrical-coordinate representation of color #4C30FD: hue angle of 248.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C30FD is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7648253-
CMYK0.700.8100.01
HSL248.2º98.09%59.02%-
HSV(B)248.2º81.03%99.22%-
XYZ21.7710.7493.85-
YUV79.74225.78125.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 253 (99.22% from 255) = 67.11%
R=20.16%
G=12.73%
B=67.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal76482530.700.8100.01248.298.0959.02
Hex4C30FD465101f8623b
Octal114603751061210137014273
Binary1001100110000111111011000110101000101111110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C30FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,253); }

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

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

 a { background-color: rgb(76,48,253); }

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

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

 span { border-color: rgb(76,48,253); }

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