#300A99

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

Shades of Persian Indigo #300A99

Tints of Persian Indigo #300A99

Color information

#300A99 (or 0x300A99) is unknown color: approx Persian Indigo. HEX triplet: 30, 0A and 99. RGB value is (48,10,153). Sum of RGB (Red+Green+Blue) = 48+10+153=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #300A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A99 is #CFF566. Grayscale: #252525. Windows color (decimal): -13628775 or 10029616. OLE color: 10029616.

HSL color Cylindrical-coordinate representation of color #300A99: hue angle of 255.94º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300A99 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4810153-
CMYK0.690.9300.4
HSL255.94º87.73%31.96%-
HSV(B)255.94º93.46%60%-
XYZ7.083.1530.37-
YUV37.66193.09135.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 153 (60.16% from 255) = 72.51%
R=22.75%
G=4.74%
B=72.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48101530.690.9300.4255.9487.7331.96
Hex30A99455D0281005820
Octal601223110513505040013040
Binary1100001010100110011000101101110101010001000000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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