#301E77

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

Shades of Persian Indigo #301E77

Tints of Persian Indigo #301E77

Color information

#301E77 (or 0x301E77) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 77. RGB value is (48,30,119). Sum of RGB (Red+Green+Blue) = 48+30+119=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #301E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E77 is #CFE188. Grayscale: #2D2D2D. Windows color (decimal): -13623689 or 7806512. OLE color: 7806512.

HSL color Cylindrical-coordinate representation of color #301E77: hue angle of 252.13º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301E77 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4830119-
CMYK0.600.7500.53
HSL252.13º59.73%29.22%-
HSV(B)252.13º74.79%46.67%-
XYZ5.012.8917.75-
YUV45.53169.46129.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=24.37%
G=15.23%
B=60.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48301190.600.7500.53252.1359.7329.22
Hex301E773C4B035fc3c1d
Octal6036167741130653747435
Binary110000111101110111111100100101101101011111110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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