#300E76

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

Shades of Persian Indigo #300E76

Tints of Persian Indigo #300E76

Color information

#300E76 (or 0x300E76) is unknown color: approx Persian Indigo. HEX triplet: 30, 0E and 76. RGB value is (48,14,118). Sum of RGB (Red+Green+Blue) = 48+14+118=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #300E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E76 is #CFF189. Grayscale: #232323. Windows color (decimal): -13627786 or 7736880. OLE color: 7736880.

HSL color Cylindrical-coordinate representation of color #300E76: hue angle of 259.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300E76 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4814118-
CMYK0.590.8800.54
HSL259.62º78.79%25.88%-
HSV(B)259.62º88.14%46.27%-
XYZ4.652.2517.33-
YUV36.02174.26136.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 14 (5.86% from 255) = 7.78%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=26.67%
G=7.78%
B=65.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48141180.590.8800.54259.6278.7925.88
Hex30E763B580361044f1a
Octal60161667313006640411732
Binary1100001110111011011101110110000110110100000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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