#2B248B

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

Shades of Persian Indigo #2B248B

Tints of Persian Indigo #2B248B

Color information

#2B248B (or 0x2B248B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 24 and 8B. RGB value is (43,36,139). Sum of RGB (Red+Green+Blue) = 43+36+139=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B248B is #D4DB74. Grayscale: #313131. Windows color (decimal): -13949813 or 9118763. OLE color: 9118763.

HSL color Cylindrical-coordinate representation of color #2B248B: hue angle of 244.08º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B248B is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4336139-
CMYK0.690.7400.45
HSL244.08º58.86%34.31%-
HSV(B)244.08º74.1%54.51%-
XYZ6.293.6424.8-
YUV49.83178.32123.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=19.72%
G=16.51%
B=63.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43361390.690.7400.45244.0858.8634.31
Hex2B248B454A02Df43b22
Octal53442131051120553647342
Binary1010111001001000101110001011001010010110111110100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,139); }

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

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

 a { background-color: rgb(43,36,139); }

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

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

 span { border-color: rgb(43,36,139); }

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