#300f8d

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

Shades of Persian Indigo #300F8D

Tints of Persian Indigo #300F8D

Color information

#300F8D (or 0x300F8D) is unknown color: approx Persian Indigo. HEX triplet: 30, 0F and 8D. RGB value is (48,15,141). Sum of RGB (Red+Green+Blue) = 48+15+141=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #300F8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300F8D is #CFF072. Grayscale: #262626. Windows color (decimal): -13627507 or 9244464. OLE color: 9244464.

HSL color Cylindrical-coordinate representation of color #300F8D: hue angle of 255.71º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300F8D is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4815141-
CMYK0.660.8900.45
HSL255.71º80.77%30.59%-
HSV(B)255.71º89.36%55.29%-
XYZ6.22.8925.43-
YUV39.23185.43134.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 141 (55.47% from 255) = 69.12%
R=23.53%
G=7.35%
B=69.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48151410.660.8900.45255.7180.7730.59
Hex30F8D425902D100511f
Octal601721510213105540012137
Binary110000111110001101100001010110010101101100000000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300f8d; }

 p { color: rgb(48,15,141); }

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

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

 a { background-color: rgb(48,15,141); }

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

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

 span { border-color: rgb(48,15,141); }

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