#301976

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

Shades of Persian Indigo #301976

Tints of Persian Indigo #301976

Color information

#301976 (or 0x301976) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 76. RGB value is (48,25,118). Sum of RGB (Red+Green+Blue) = 48+25+118=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #301976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301976 is #CFE689. Grayscale: #2A2A2A. Windows color (decimal): -13624970 or 7739696. OLE color: 7739696.

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

Color convert

RGB4825118-
CMYK0.590.7900.54
HSL254.84º65.03%28.04%-
HSV(B)254.84º78.81%46.27%-
XYZ4.842.6317.39-
YUV42.48170.62131.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=25.13%
G=13.09%
B=61.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48251180.590.7900.54254.8465.0328.04
Hex3019763B4F036ff411c
Octal60311667311706637710134
Binary1100001100111101101110111001111011011011111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301976; }

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

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

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

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

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

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

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

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