#2b1b74

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

Shades of Persian Indigo #2B1B74

Tints of Persian Indigo #2B1B74

Color information

#2B1B74 (or 0x2B1B74) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1B and 74. RGB value is (43,27,116). Sum of RGB (Red+Green+Blue) = 43+27+116=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B1B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1B74 is #D4E48B. Grayscale: #292929. Windows color (decimal): -13952140 or 7609131. OLE color: 7609131.

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

Color convert

RGB4327116-
CMYK0.630.7700.55
HSL250.79º62.24%28.04%-
HSV(B)250.79º76.72%45.49%-
XYZ4.542.5616.78-
YUV41.93169.8128.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 116 (45.70% from 255) = 62.37%
R=23.12%
G=14.52%
B=62.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43271160.630.7700.55250.7962.2428.04
Hex2B1B743F4D037fb3e1c
Octal5333164771150673737634
Binary101011110111110100111111100110101101111111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b1b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,116); }

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

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

 a { background-color: rgb(43,27,116); }

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

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

 span { border-color: rgb(43,27,116); }

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