#2B048D

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

Shades of Persian Indigo #2B048D

Tints of Persian Indigo #2B048D

Color information

#2B048D (or 0x2B048D) is unknown color: approx Persian Indigo. HEX triplet: 2B, 04 and 8D. RGB value is (43,4,141). Sum of RGB (Red+Green+Blue) = 43+4+141=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B048D is #D4FB72. Grayscale: #1E1E1E. Windows color (decimal): -13958003 or 9241643. OLE color: 9241643.

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

Color convert

RGB434141-
CMYK0.700.9700.45
HSL257.08º94.48%28.43%-
HSV(B)257.08º97.16%55.29%-
XYZ5.852.5225.38-
YUV31.28189.92136.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 141 (55.47% from 255) = 75%
R=22.87%
G=2.13%
B=75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4341410.700.9700.45257.0894.4828.43
Hex2B48D466102D1015e1c
Octal53421510614105540113634
Binary10101110010001101100011011000010101101100000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,4,141); }

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

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

 a { background-color: rgb(43,4,141); }

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

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

 span { border-color: rgb(43,4,141); }

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