#300876

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

Shades of Persian Indigo #300876

Tints of Persian Indigo #300876

Color information

#300876 (or 0x300876) is unknown color: approx Persian Indigo. HEX triplet: 30, 08 and 76. RGB value is (48,8,118). Sum of RGB (Red+Green+Blue) = 48+8+118=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #300876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300876 is #CFF789. Grayscale: #202020. Windows color (decimal): -13629322 or 7735344. OLE color: 7735344.

HSL color Cylindrical-coordinate representation of color #300876: hue angle of 261.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300876 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB488118-
CMYK0.590.9300.54
HSL261.82º87.3%24.71%-
HSV(B)261.82º93.22%46.27%-
XYZ4.582.1117.31-
YUV32.5176.25139.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=27.59%
G=4.60%
B=67.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4881180.590.9300.54261.8287.324.71
Hex308763B5D0361065719
Octal60101667313506640612731
Binary1100001000111011011101110111010110110100000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300876; }

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

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

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

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

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

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

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

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