#301F72

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

Shades of Persian Indigo #301F72

Tints of Persian Indigo #301F72

Color information

#301F72 (or 0x301F72) is unknown color: approx Persian Indigo. HEX triplet: 30, 1F and 72. RGB value is (48,31,114). Sum of RGB (Red+Green+Blue) = 48+31+114=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #301F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F72 is #CFE08D. Grayscale: #2D2D2D. Windows color (decimal): -13623438 or 7479088. OLE color: 7479088.

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

Color convert

RGB4831114-
CMYK0.580.7300.55
HSL252.29º57.24%28.43%-
HSV(B)252.29º72.81%44.71%-
XYZ4.752.8216.21-
YUV45.54166.63129.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=24.87%
G=16.06%
B=59.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48311140.580.7300.55252.2957.2428.43
Hex301F723A49037fc391c
Octal6037162721110673747134
Binary110000111111110010111010100100101101111111110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,31,114); }

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

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

 a { background-color: rgb(48,31,114); }

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

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

 span { border-color: rgb(48,31,114); }

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