#301392

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

Shades of Persian Indigo #301392

Tints of Persian Indigo #301392

Color information

#301392 (or 0x301392) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 92. RGB value is (48,19,146). Sum of RGB (Red+Green+Blue) = 48+19+146=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #301392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301392 is #CFEC6D. Grayscale: #292929. Windows color (decimal): -13626478 or 9573168. OLE color: 9573168.

HSL color Cylindrical-coordinate representation of color #301392: hue angle of 253.7º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301392 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4819146-
CMYK0.670.8700.43
HSL253.7º76.97%32.35%-
HSV(B)253.7º86.99%57.25%-
XYZ6.643.1727.46-
YUV42.15186.61132.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 146 (57.42% from 255) = 68.54%
R=22.54%
G=8.92%
B=68.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48191460.670.8700.43253.776.9732.35
Hex301392435702Bfe4d20
Octal602322210312705337611540
Binary1100001001110010010100001110101110101011111111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301392; }

 p { color: rgb(48,19,146); }

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

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

 a { background-color: rgb(48,19,146); }

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

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

 span { border-color: rgb(48,19,146); }

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