#2f1c73

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

Shades of Persian Indigo #2F1C73

Tints of Persian Indigo #2F1C73

Color information

#2F1C73 (or 0x2F1C73) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1C and 73. RGB value is (47,28,115). Sum of RGB (Red+Green+Blue) = 47+28+115=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1C73 is #D0E38C. Grayscale: #2B2B2B. Windows color (decimal): -13689741 or 7543855. OLE color: 7543855.

HSL color Cylindrical-coordinate representation of color #2F1C73: hue angle of 253.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1C73 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4728115-
CMYK0.590.7600.55
HSL253.1º60.84%28.04%-
HSV(B)253.1º75.65%45.1%-
XYZ4.682.6716.49-
YUV43.6168.29130.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=24.74%
G=14.74%
B=60.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47281150.590.7600.55253.160.8428.04
Hex2F1C733B4C037fd3d1c
Octal5734163731140673757534
Binary101111111001110011111011100110001101111111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f1c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f1c73; }

 p { color: rgb(47,28,115); }

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

<style>
 a { background-color: #2f1c73; }

 a { background-color: rgb(47,28,115); }

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

<style>
 span { border-color: #2f1c73; }

 span { border-color: rgb(47,28,115); }

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