#301394

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

Shades of Persian Indigo #301394

Tints of Persian Indigo #301394

Color information

#301394 (or 0x301394) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 94. RGB value is (48,19,148). Sum of RGB (Red+Green+Blue) = 48+19+148=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #301394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301394 is #CFEC6B. Grayscale: #292929. Windows color (decimal): -13626476 or 9704240. OLE color: 9704240.

HSL color Cylindrical-coordinate representation of color #301394: hue angle of 253.49º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301394 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4819148-
CMYK0.680.8700.42
HSL253.49º77.25%32.75%-
HSV(B)253.49º87.16%58.04%-
XYZ6.83.2328.28-
YUV42.38187.61132.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=22.33%
G=8.84%
B=68.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48191480.680.8700.42253.4977.2532.75
Hex301394445702Afd4d21
Octal602322410412705237511541
Binary1100001001110010100100010010101110101010111111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301394; }

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

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

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

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

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

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

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

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