#300576

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

Shades of Persian Indigo #300576

Tints of Persian Indigo #300576

Color information

#300576 (or 0x300576) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 76. RGB value is (48,5,118). Sum of RGB (Red+Green+Blue) = 48+5+118=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #300576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300576 is #CFFA89. Grayscale: #1E1E1E. Windows color (decimal): -13630090 or 7734576. OLE color: 7734576.

HSL color Cylindrical-coordinate representation of color #300576: hue angle of 262.83º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300576 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB485118-
CMYK0.590.9600.54
HSL262.83º91.87%24.12%-
HSV(B)262.83º95.76%46.27%-
XYZ4.542.0417.29-
YUV30.74177.25140.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=28.07%
G=2.92%
B=69.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4851180.590.9600.54262.8391.8724.12
Hex305763B600361075c18
Octal6051667314006640713430
Binary110000101111011011101111000000110110100000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300576; }

 p { color: rgb(48,5,118); }

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

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

 a { background-color: rgb(48,5,118); }

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

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

 span { border-color: rgb(48,5,118); }

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