#301A79

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

Shades of Persian Indigo #301A79

Tints of Persian Indigo #301A79

Color information

#301A79 (or 0x301A79) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 79. RGB value is (48,26,121). Sum of RGB (Red+Green+Blue) = 48+26+121=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #301A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A79 is #CFE586. Grayscale: #2B2B2B. Windows color (decimal): -13624711 or 7936560. OLE color: 7936560.

HSL color Cylindrical-coordinate representation of color #301A79: hue angle of 253.89º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301A79 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4826121-
CMYK0.600.7900.53
HSL253.89º64.63%28.82%-
HSV(B)253.89º78.51%47.45%-
XYZ5.042.7518.35-
YUV43.41171.79131.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 121 (47.66% from 255) = 62.05%
R=24.62%
G=13.33%
B=62.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48261210.600.7900.53253.8964.6328.82
Hex301A793C4F035fe411d
Octal60321717411706537610135
Binary1100001101011110011111001001111011010111111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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