#300A89

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

Shades of Persian Indigo #300A89

Tints of Persian Indigo #300A89

Color information

#300A89 (or 0x300A89) is unknown color: approx Persian Indigo. HEX triplet: 30, 0A and 89. RGB value is (48,10,137). Sum of RGB (Red+Green+Blue) = 48+10+137=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #300A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A89 is #CFF576. Grayscale: #232323. Windows color (decimal): -13628791 or 8981040. OLE color: 8981040.

HSL color Cylindrical-coordinate representation of color #300A89: hue angle of 257.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300A89 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4810137-
CMYK0.650.9300.46
HSL257.95º86.39%28.82%-
HSV(B)257.95º92.7%53.73%-
XYZ5.842.6523.87-
YUV35.84185.09136.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 137 (53.91% from 255) = 70.26%
R=24.62%
G=5.13%
B=70.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48101370.650.9300.46257.9586.3928.82
Hex30A89415D02E102561d
Octal601221110113505640212635
Binary110000101010001001100000110111010101110100000010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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