#301C76

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

Shades of Persian Indigo #301C76

Tints of Persian Indigo #301C76

Color information

#301C76 (or 0x301C76) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 76. RGB value is (48,28,118). Sum of RGB (Red+Green+Blue) = 48+28+118=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #301C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C76 is #CFE389. Grayscale: #2B2B2B. Windows color (decimal): -13624202 or 7740464. OLE color: 7740464.

HSL color Cylindrical-coordinate representation of color #301C76: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301C76 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4828118-
CMYK0.590.7600.54
HSL253.33º61.64%28.63%-
HSV(B)253.33º76.27%46.27%-
XYZ4.92.7717.42-
YUV44.24169.63130.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=24.74%
G=14.43%
B=60.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48281180.590.7600.54253.3361.6428.63
Hex301C763B4C036fd3e1d
Octal6034166731140663757635
Binary110000111001110110111011100110001101101111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C76; }

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

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

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

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

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

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

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

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