#2b1f73

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

Shades of Persian Indigo #2B1F73

Tints of Persian Indigo #2B1F73

Color information

#2B1F73 (or 0x2B1F73) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1F and 73. RGB value is (43,31,115). Sum of RGB (Red+Green+Blue) = 43+31+115=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F73 is #D4E08C. Grayscale: #2B2B2B. Windows color (decimal): -13951117 or 7544619. OLE color: 7544619.

HSL color Cylindrical-coordinate representation of color #2B1F73: hue angle of 248.57º 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 #2B1F73 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4331115-
CMYK0.630.7300.55
HSL248.57º57.53%28.63%-
HSV(B)248.57º73.04%45.1%-
XYZ4.582.7316.51-
YUV44.16167.98127.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=22.75%
G=16.40%
B=60.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43311150.630.7300.55248.5757.5328.63
Hex2B1F733F49037f93a1d
Octal5337163771110673717235
Binary101011111111110011111111100100101101111111100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b1f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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