#300493

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

Shades of Persian Indigo #300493

Tints of Persian Indigo #300493

Color information

#300493 (or 0x300493) is unknown color: approx Persian Indigo. HEX triplet: 30, 04 and 93. RGB value is (48,4,147). Sum of RGB (Red+Green+Blue) = 48+4+147=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #300493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300493 is #CFFB6C. Grayscale: #202020. Windows color (decimal): -13630317 or 9634864. OLE color: 9634864.

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

Color convert

RGB484147-
CMYK0.670.9700.42
HSL258.46º94.7%29.61%-
HSV(B)258.46º97.28%57.65%-
XYZ6.532.8227.8-
YUV33.46192.08138.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=24.12%
G=2.01%
B=73.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4841470.670.9700.42258.4694.729.61
Hex30493436102A1025f1e
Octal60422310314105240213736
Binary11000010010010011100001111000010101010100000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300493; }

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

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

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

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

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

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

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

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