#300E96

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

Shades of Persian Indigo #300E96

Tints of Persian Indigo #300E96

Color information

#300E96 (or 0x300E96) is unknown color: approx Persian Indigo. HEX triplet: 30, 0E and 96. RGB value is (48,14,150). Sum of RGB (Red+Green+Blue) = 48+14+150=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #300E96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300E96 is #CFF169. Grayscale: #272727. Windows color (decimal): -13627754 or 9834032. OLE color: 9834032.

HSL color Cylindrical-coordinate representation of color #300E96: hue angle of 255º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300E96 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4814150-
CMYK0.680.9100.41
HSL255º82.93%32.16%-
HSV(B)255º90.67%58.82%-
XYZ6.883.1429.1-
YUV39.67190.26133.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 150 (58.98% from 255) = 70.75%
R=22.64%
G=6.60%
B=70.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48141500.680.9100.4125582.9332.16
Hex30E96445B029ff5320
Octal601622610413305137712340
Binary110000111010010110100010010110110101001111111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E96; }

 p { color: rgb(48,14,150); }

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

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

 a { background-color: rgb(48,14,150); }

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

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

 span { border-color: rgb(48,14,150); }

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