#301A76

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

Shades of Persian Indigo #301A76

Tints of Persian Indigo #301A76

Color information

#301A76 (or 0x301A76) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 76. RGB value is (48,26,118). Sum of RGB (Red+Green+Blue) = 48+26+118=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #301A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A76 is #CFE589. Grayscale: #2A2A2A. Windows color (decimal): -13624714 or 7739952. OLE color: 7739952.

HSL color Cylindrical-coordinate representation of color #301A76: hue angle of 254.35º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301A76 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4826118-
CMYK0.590.7800.54
HSL254.35º63.89%28.24%-
HSV(B)254.35º77.97%46.27%-
XYZ4.862.6817.4-
YUV43.07170.29131.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=25%
G=13.54%
B=61.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48261180.590.7800.54254.3563.8928.24
Hex301A763B4E036fe401c
Octal60321667311606637610034
Binary1100001101011101101110111001110011011011111110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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