#301197

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

Shades of Persian Indigo #301197

Tints of Persian Indigo #301197

Color information

#301197 (or 0x301197) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 97. RGB value is (48,17,151). Sum of RGB (Red+Green+Blue) = 48+17+151=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #301197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301197 is #CFEE68. Grayscale: #292929. Windows color (decimal): -13626985 or 9900336. OLE color: 9900336.

HSL color Cylindrical-coordinate representation of color #301197: hue angle of 253.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301197 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4817151-
CMYK0.680.8900.41
HSL253.88º79.76%32.94%-
HSV(B)253.88º88.74%59.22%-
XYZ7.013.2629.54-
YUV41.54189.77132.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 151 (59.38% from 255) = 69.91%
R=22.22%
G=7.87%
B=69.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48171510.680.8900.41253.8879.7632.94
Hex3011974459029fe5021
Octal602122710413105137612041
Binary1100001000110010111100010010110010101001111111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301197; }

 p { color: rgb(48,17,151); }

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

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

 a { background-color: rgb(48,17,151); }

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

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

 span { border-color: rgb(48,17,151); }

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