#2F1F73

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

Shades of Persian Indigo #2F1F73

Tints of Persian Indigo #2F1F73

Color information

#2F1F73 (or 0x2F1F73) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1F and 73. RGB value is (47,31,115). Sum of RGB (Red+Green+Blue) = 47+31+115=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1F73 is #D0E08C. Grayscale: #2D2D2D. Windows color (decimal): -13688973 or 7544623. OLE color: 7544623.

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

Color convert

RGB4731115-
CMYK0.590.7300.55
HSL251.43º57.53%28.63%-
HSV(B)251.43º73.04%45.1%-
XYZ4.762.8216.51-
YUV45.36167.3129.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=24.35%
G=16.06%
B=59.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47311150.590.7300.55251.4357.5328.63
Hex2F1F733B49037fb3a1d
Octal5737163731110673737235
Binary101111111111110011111011100100101101111111101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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