#301E74

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

Shades of Persian Indigo #301E74

Tints of Persian Indigo #301E74

Color information

#301E74 (or 0x301E74) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 74. RGB value is (48,30,116). Sum of RGB (Red+Green+Blue) = 48+30+116=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #301E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E74 is #CFE18B. Grayscale: #2C2C2C. Windows color (decimal): -13623692 or 7609904. OLE color: 7609904.

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

Color convert

RGB4830116-
CMYK0.590.7400.55
HSL252.56º58.9%28.63%-
HSV(B)252.56º74.14%45.49%-
XYZ4.842.8216.81-
YUV45.19167.96130.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=24.74%
G=15.46%
B=59.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48301160.590.7400.55252.5658.928.63
Hex301E743B4A037fd3b1d
Octal6036164731120673757335
Binary110000111101110100111011100101001101111111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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