#301DDC

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

Shades of Han Purple #301DDC

Tints of Han Purple #301DDC

Color information

#301DDC (or 0x301DDC) is unknown color: approx Han Purple. HEX triplet: 30, 1D and DC. RGB value is (48,29,220). Sum of RGB (Red+Green+Blue) = 48+29+220=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #301DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DDC is #CFE223. Grayscale: #373737. Windows color (decimal): -13623844 or 14425392. OLE color: 14425392.

HSL color Cylindrical-coordinate representation of color #301DDC: hue angle of 245.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301DDC is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4829220-
CMYK0.780.8700.14
HSL245.97º76.71%48.82%-
HSV(B)245.97º86.82%86.27%-
XYZ14.586.6768.23-
YUV56.46220.29121.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 220 (86.33% from 255) = 74.07%
R=16.16%
G=9.76%
B=74.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal48292200.780.8700.14245.9776.7148.82
Hex301DDC4E570Ef64d31
Octal603533411612701636611561
Binary11000011101110111001001110101011101110111101101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301DDC; }

 p { color: rgb(48,29,220); }

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

<style>
 a { background-color: #301DDC; }

 a { background-color: rgb(48,29,220); }

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

<style>
 span { border-color: #301DDC; }

 span { border-color: rgb(48,29,220); }

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