#301E76

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

Shades of Persian Indigo #301E76

Tints of Persian Indigo #301E76

Color information

#301E76 (or 0x301E76) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 76. RGB value is (48,30,118). Sum of RGB (Red+Green+Blue) = 48+30+118=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #301E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E76 is #CFE189. Grayscale: #2D2D2D. Windows color (decimal): -13623690 or 7740976. OLE color: 7740976.

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

Color convert

RGB4830118-
CMYK0.590.7500.54
HSL252.27º59.46%29.02%-
HSV(B)252.27º74.58%46.27%-
XYZ4.952.8617.43-
YUV45.41168.96129.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=24.49%
G=15.31%
B=60.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48301180.590.7500.54252.2759.4629.02
Hex301E763B4B036fc3b1d
Octal6036166731130663747335
Binary110000111101110110111011100101101101101111110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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