#301C74

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

Shades of Persian Indigo #301C74

Tints of Persian Indigo #301C74

Color information

#301C74 (or 0x301C74) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 74. RGB value is (48,28,116). Sum of RGB (Red+Green+Blue) = 48+28+116=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #301C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C74 is #CFE38B. Grayscale: #2B2B2B. Windows color (decimal): -13624204 or 7609392. OLE color: 7609392.

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

Color convert

RGB4828116-
CMYK0.590.7600.55
HSL253.64º61.11%28.24%-
HSV(B)253.64º75.86%45.49%-
XYZ4.792.7216.8-
YUV44.01168.63130.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 116 (45.70% from 255) = 60.42%
R=25%
G=14.58%
B=60.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48281160.590.7600.55253.6461.1128.24
Hex301C743B4C037fe3d1c
Octal6034164731140673767534
Binary110000111001110100111011100110001101111111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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