#300573

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

Shades of Persian Indigo #300573

Tints of Persian Indigo #300573

Color information

#300573 (or 0x300573) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 73. RGB value is (48,5,115). Sum of RGB (Red+Green+Blue) = 48+5+115=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #300573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300573 is #CFFA8C. Grayscale: #1E1E1E. Windows color (decimal): -13630093 or 7537968. OLE color: 7537968.

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

Color convert

RGB485115-
CMYK0.580.9600.55
HSL263.45º91.67%23.53%-
HSV(B)263.45º95.65%45.1%-
XYZ4.371.9716.37-
YUV30.4175.75140.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=28.57%
G=2.98%
B=68.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4851150.580.9600.55263.4591.6723.53
Hex305733A600371075c18
Octal6051637214006740713430
Binary110000101111001111101011000000110111100000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300573; }

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

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

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

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

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

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

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

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