#300F72

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

Shades of Persian Indigo #300F72

Tints of Persian Indigo #300F72

Color information

#300F72 (or 0x300F72) is unknown color: approx Persian Indigo. HEX triplet: 30, 0F and 72. RGB value is (48,15,114). Sum of RGB (Red+Green+Blue) = 48+15+114=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #300F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F72 is #CFF08D. Grayscale: #232323. Windows color (decimal): -13627534 or 7474992. OLE color: 7474992.

HSL color Cylindrical-coordinate representation of color #300F72: hue angle of 260º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #300F72 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4815114-
CMYK0.580.8700.55
HSL260º76.74%25.29%-
HSV(B)260º86.84%44.71%-
XYZ4.432.1816.11-
YUV36.15171.93136.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=27.12%
G=8.47%
B=64.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48151140.580.8700.5526076.7425.29
Hex30F723A570371044d19
Octal60171627212706740411531
Binary1100001111111001011101010101110110111100000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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