#301193

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

Shades of Persian Indigo #301193

Tints of Persian Indigo #301193

Color information

#301193 (or 0x301193) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 93. RGB value is (48,17,147). Sum of RGB (Red+Green+Blue) = 48+17+147=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #301193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301193 is #CFEE6C. Grayscale: #282828. Windows color (decimal): -13626989 or 9638192. OLE color: 9638192.

HSL color Cylindrical-coordinate representation of color #301193: hue angle of 254.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301193 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4817147-
CMYK0.670.8800.42
HSL254.31º79.27%32.16%-
HSV(B)254.31º88.44%57.65%-
XYZ6.693.1427.86-
YUV41.09187.77132.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 147 (57.81% from 255) = 69.34%
R=22.64%
G=8.02%
B=69.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48171470.670.8800.42254.3179.2732.16
Hex301193435802Afe4f20
Octal602122310313005237611740
Binary1100001000110010011100001110110000101010111111101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301193; }

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

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

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

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

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

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

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

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