#301E79

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

Shades of Persian Indigo #301E79

Tints of Persian Indigo #301E79

Color information

#301E79 (or 0x301E79) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 79. RGB value is (48,30,121). Sum of RGB (Red+Green+Blue) = 48+30+121=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #301E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E79 is #CFE186. Grayscale: #2D2D2D. Windows color (decimal): -13623687 or 7937584. OLE color: 7937584.

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

Color convert

RGB4830121-
CMYK0.600.7500.53
HSL251.87º60.26%29.61%-
HSV(B)251.87º75.21%47.45%-
XYZ5.132.9418.39-
YUV45.76170.46129.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 121 (47.66% from 255) = 60.80%
R=24.12%
G=15.08%
B=60.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48301210.600.7500.53251.8760.2629.61
Hex301E793C4B035fc3c1e
Octal6036171741130653747436
Binary110000111101111001111100100101101101011111110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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