#301A72

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

Shades of Persian Indigo #301A72

Tints of Persian Indigo #301A72

Color information

#301A72 (or 0x301A72) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 72. RGB value is (48,26,114). Sum of RGB (Red+Green+Blue) = 48+26+114=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #301A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A72 is #CFE58D. Grayscale: #2A2A2A. Windows color (decimal): -13624718 or 7477808. OLE color: 7477808.

HSL color Cylindrical-coordinate representation of color #301A72: hue angle of 255º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301A72 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4826114-
CMYK0.580.7700.55
HSL255º62.86%27.45%-
HSV(B)255º77.19%44.71%-
XYZ4.632.5816.17-
YUV42.61168.29131.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=25.53%
G=13.83%
B=60.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48261140.580.7700.5525562.8627.45
Hex301A723A4D037ff3f1b
Octal6032162721150673777733
Binary110000110101110010111010100110101101111111111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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