#301579

Color #301579 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #301579

Tints of Persian Indigo #301579

Color information

#301579 (or 0x301579) is unknown color: approx Persian Indigo. HEX triplet: 30, 15 and 79. RGB value is (48,21,121). Sum of RGB (Red+Green+Blue) = 48+21+121=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #301579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301579 is #CFEA86. Grayscale: #282828. Windows color (decimal): -13625991 or 7935280. OLE color: 7935280.

HSL color Cylindrical-coordinate representation of color #301579: hue angle of 256.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301579 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4821121-
CMYK0.600.8300.53
HSL256.2º70.42%27.84%-
HSV(B)256.2º82.64%47.45%-
XYZ4.942.5518.32-
YUV40.47173.45133.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 121 (47.66% from 255) = 63.68%
R=25.26%
G=11.05%
B=63.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48211210.600.8300.53256.270.4227.84
Hex3015793C53035100461c
Octal60251717412306540010634
Binary11000010101111100111110010100110110101100000000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301579; }

 p { color: rgb(48,21,121); }

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

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

 a { background-color: rgb(48,21,121); }

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

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

 span { border-color: rgb(48,21,121); }

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