#301C71

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

Shades of Persian Indigo #301C71

Tints of Persian Indigo #301C71

Color information

#301C71 (or 0x301C71) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 71. RGB value is (48,28,113). Sum of RGB (Red+Green+Blue) = 48+28+113=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #301C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C71 is #CFE38E. Grayscale: #2B2B2B. Windows color (decimal): -13624207 or 7412784. OLE color: 7412784.

HSL color Cylindrical-coordinate representation of color #301C71: hue angle of 254.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301C71 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4828113-
CMYK0.580.7500.56
HSL254.12º60.28%27.65%-
HSV(B)254.12º75.22%44.31%-
XYZ4.612.6515.89-
YUV43.67167.13131.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=25.40%
G=14.81%
B=59.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48281130.580.7500.56254.1260.2827.65
Hex301C713A4B038fe3c1c
Octal6034161721130703767434
Binary110000111001110001111010100101101110001111111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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