#301276

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

Shades of Persian Indigo #301276

Tints of Persian Indigo #301276

Color information

#301276 (or 0x301276) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 76. RGB value is (48,18,118). Sum of RGB (Red+Green+Blue) = 48+18+118=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #301276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301276 is #CFED89. Grayscale: #262626. Windows color (decimal): -13626762 or 7737904. OLE color: 7737904.

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

Color convert

RGB4818118-
CMYK0.590.8500.54
HSL258º73.53%26.67%-
HSV(B)258º84.75%46.27%-
XYZ4.712.3717.35-
YUV38.37172.94134.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 118 (46.48% from 255) = 64.13%
R=26.09%
G=9.78%
B=64.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48181180.590.8500.5425873.5326.67
Hex3012763B550361024a1b
Octal60221667312506640211233
Binary11000010010111011011101110101010110110100000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301276; }

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

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

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

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

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

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

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

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