#300879

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

Shades of Persian Indigo #300879

Tints of Persian Indigo #300879

Color information

#300879 (or 0x300879) is unknown color: approx Persian Indigo. HEX triplet: 30, 08 and 79. RGB value is (48,8,121). Sum of RGB (Red+Green+Blue) = 48+8+121=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #300879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300879 is #CFF786. Grayscale: #202020. Windows color (decimal): -13629319 or 7931952. OLE color: 7931952.

HSL color Cylindrical-coordinate representation of color #300879: hue angle of 261.24º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300879 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB488121-
CMYK0.600.9300.53
HSL261.24º87.6%25.29%-
HSV(B)261.24º93.39%47.45%-
XYZ4.762.1818.26-
YUV32.84177.75138.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 121 (47.66% from 255) = 68.36%
R=27.12%
G=4.52%
B=68.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4881210.600.9300.53261.2487.625.29
Hex308793C5D0351055819
Octal60101717413506540513031
Binary1100001000111100111110010111010110101100000101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300879; }

 p { color: rgb(48,8,121); }

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

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

 a { background-color: rgb(48,8,121); }

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

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

 span { border-color: rgb(48,8,121); }

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