#300986

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

Shades of Persian Indigo #300986

Tints of Persian Indigo #300986

Color information

#300986 (or 0x300986) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 86. RGB value is (48,9,134). Sum of RGB (Red+Green+Blue) = 48+9+134=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #300986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300986 is #CFF679. Grayscale: #222222. Windows color (decimal): -13629050 or 8784176. OLE color: 8784176.

HSL color Cylindrical-coordinate representation of color #300986: hue angle of 258.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300986 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB489134-
CMYK0.640.9300.47
HSL258.72º87.41%28.04%-
HSV(B)258.72º93.28%52.55%-
XYZ5.622.5422.75-
YUV34.91183.92137.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 134 (52.73% from 255) = 70.16%
R=25.13%
G=4.71%
B=70.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4891340.640.9300.47258.7287.4128.04
Hex30986405D02F103571c
Octal601120610013505740312734
Binary110000100110000110100000010111010101111100000011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300986; }

 p { color: rgb(48,9,134); }

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

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

 a { background-color: rgb(48,9,134); }

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

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

 span { border-color: rgb(48,9,134); }

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