#300563

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

Shades of Persian Indigo #300563

Tints of Persian Indigo #300563

Color information

#300563 (or 0x300563) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 63. RGB value is (48,5,99). Sum of RGB (Red+Green+Blue) = 48+5+99=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #300563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300563 is #CFFA9C. Grayscale: #1C1C1C. Windows color (decimal): -13630109 or 6489392. OLE color: 6489392.

HSL color Cylindrical-coordinate representation of color #300563: hue angle of 267.45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300563 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB48599-
CMYK0.520.9500.61
HSL267.45º90.38%20.39%-
HSV(B)267.45º94.95%38.82%-
XYZ3.531.6411.93-
YUV28.57167.75141.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=31.58%
G=3.29%
B=65.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal485990.520.9500.61267.4590.3820.39
Hex30563345F03D10b5a14
Octal6051436413707541313224
Binary110000101110001111010010111110111101100001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300563; }

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

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

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

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

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

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

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

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