#301d80

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

Shades of Persian Indigo #301D80

Tints of Persian Indigo #301D80

Color information

#301D80 (or 0x301D80) is unknown color: approx Persian Indigo. HEX triplet: 30, 1D and 80. RGB value is (48,29,128). Sum of RGB (Red+Green+Blue) = 48+29+128=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #301D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D80 is #CFE27F. Grayscale: #2D2D2D. Windows color (decimal): -13623936 or 8396080. OLE color: 8396080.

HSL color Cylindrical-coordinate representation of color #301D80: hue angle of 251.52º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301D80 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4829128-
CMYK0.620.7700.50
HSL251.52º63.06%30.78%-
HSV(B)251.52º77.34%50.2%-
XYZ5.553.0720.72-
YUV45.97174.29129.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=23.41%
G=14.15%
B=62.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48291280.620.7700.50251.5263.0630.78
Hex301D803E4D032fc3f1f
Octal6035200761150623747737
Binary1100001110110000000111110100110101100101111110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301d80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,128); }

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

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

 a { background-color: rgb(48,29,128); }

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

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

 span { border-color: rgb(48,29,128); }

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