#2B1D75

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

Shades of Persian Indigo #2B1D75

Tints of Persian Indigo #2B1D75

Color information

#2B1D75 (or 0x2B1D75) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1D and 75. RGB value is (43,29,117). Sum of RGB (Red+Green+Blue) = 43+29+117=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B1D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D75 is #D4E28A. Grayscale: #2A2A2A. Windows color (decimal): -13951627 or 7675179. OLE color: 7675179.

HSL color Cylindrical-coordinate representation of color #2B1D75: hue angle of 249.55º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B1D75 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4329117-
CMYK0.630.7500.54
HSL249.55º60.27%28.63%-
HSV(B)249.55º75.21%45.88%-
XYZ4.652.6817.1-
YUV43.22169.64127.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=22.75%
G=15.34%
B=61.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43291170.630.7500.54249.5560.2728.63
Hex2B1D753F4B036fa3c1d
Octal5335165771130663727435
Binary101011111011110101111111100101101101101111101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,117); }

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

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

 a { background-color: rgb(43,29,117); }

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

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

 span { border-color: rgb(43,29,117); }

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