#300A96

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

Shades of Persian Indigo #300A96

Tints of Persian Indigo #300A96

Color information

#300A96 (or 0x300A96) is unknown color: approx Persian Indigo. HEX triplet: 30, 0A and 96. RGB value is (48,10,150). Sum of RGB (Red+Green+Blue) = 48+10+150=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #300A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A96 is #CFF569. Grayscale: #242424. Windows color (decimal): -13628778 or 9833008. OLE color: 9833008.

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

Color convert

RGB4810150-
CMYK0.680.9300.41
HSL256.29º87.5%31.37%-
HSV(B)256.29º93.33%58.82%-
XYZ6.833.0529.08-
YUV37.32191.59135.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 150 (58.98% from 255) = 72.12%
R=23.08%
G=4.81%
B=72.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48101500.680.9300.41256.2987.531.37
Hex30A96445D029100581f
Octal601222610413505140013037
Binary110000101010010110100010010111010101001100000000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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