#2B0983

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

Shades of Persian Indigo #2B0983

Tints of Persian Indigo #2B0983

Color information

#2B0983 (or 0x2B0983) is unknown color: approx Persian Indigo. HEX triplet: 2B, 09 and 83. RGB value is (43,9,131). Sum of RGB (Red+Green+Blue) = 43+9+131=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B0983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0983 is #D4F67C. Grayscale: #202020. Windows color (decimal): -13956733 or 8587563. OLE color: 8587563.

HSL color Cylindrical-coordinate representation of color #2B0983: hue angle of 256.72º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0983 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB439131-
CMYK0.670.9300.49
HSL256.72º87.14%27.45%-
HSV(B)256.72º93.13%51.37%-
XYZ5.192.3521.65-
YUV33.07183.26135.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 131 (51.56% from 255) = 71.58%
R=23.50%
G=4.92%
B=71.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4391310.670.9300.49256.7287.1427.45
Hex2B983435D031101571b
Octal531120310313506140112733
Binary101011100110000011100001110111010110001100000001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,131); }

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

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

 a { background-color: rgb(43,9,131); }

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

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

 span { border-color: rgb(43,9,131); }

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