#300F7A

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

Shades of Persian Indigo #300F7A

Tints of Persian Indigo #300F7A

Color information

#300F7A (or 0x300F7A) is unknown color: approx Persian Indigo. HEX triplet: 30, 0F and 7A. RGB value is (48,15,122). Sum of RGB (Red+Green+Blue) = 48+15+122=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #300F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F7A is #CFF085. Grayscale: #242424. Windows color (decimal): -13627526 or 7999280. OLE color: 7999280.

HSL color Cylindrical-coordinate representation of color #300F7A: hue angle of 258.5º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300F7A is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4815122-
CMYK0.610.8800.52
HSL258.5º78.1%26.86%-
HSV(B)258.5º87.7%47.84%-
XYZ4.92.3818.61-
YUV37.06175.93135.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=25.95%
G=8.11%
B=65.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48151220.610.8800.52258.578.126.86
Hex30F7A3D580341034e1b
Octal60171727513006440311633
Binary1100001111111101011110110110000110100100000011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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