#300772

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

Shades of Persian Indigo #300772

Tints of Persian Indigo #300772

Color information

#300772 (or 0x300772) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 72. RGB value is (48,7,114). Sum of RGB (Red+Green+Blue) = 48+7+114=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #300772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300772 is #CFF88D. Grayscale: #1F1F1F. Windows color (decimal): -13629582 or 7472944. OLE color: 7472944.

HSL color Cylindrical-coordinate representation of color #300772: hue angle of 262.99º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300772 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB487114-
CMYK0.580.9400.55
HSL262.99º88.43%23.73%-
HSV(B)262.99º93.86%44.71%-
XYZ4.33216.08-
YUV31.46174.58139.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=28.40%
G=4.14%
B=67.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4871140.580.9400.55262.9988.4323.73
Hex307723A5E0371075818
Octal6071627213606740713030
Binary110000111111001011101010111100110111100000111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300772; }

 p { color: rgb(48,7,114); }

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

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

 a { background-color: rgb(48,7,114); }

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

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

 span { border-color: rgb(48,7,114); }

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