#301E7A

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

Shades of Persian Indigo #301E7A

Tints of Persian Indigo #301E7A

Color information

#301E7A (or 0x301E7A) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 7A. RGB value is (48,30,122). Sum of RGB (Red+Green+Blue) = 48+30+122=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #301E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E7A is #CFE185. Grayscale: #2D2D2D. Windows color (decimal): -13623686 or 8003120. OLE color: 8003120.

HSL color Cylindrical-coordinate representation of color #301E7A: hue angle of 251.74º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301E7A is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4830122-
CMYK0.610.7500.52
HSL251.74º60.53%29.8%-
HSV(B)251.74º75.41%47.84%-
XYZ5.22.9618.71-
YUV45.87170.96129.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 122 (48.05% from 255) = 61%
R=24%
G=15%
B=61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48301220.610.7500.52251.7460.5329.8
Hex301E7A3D4B034fc3d1e
Octal6036172751130643747536
Binary110000111101111010111101100101101101001111110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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