#2B2286

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

Shades of Persian Indigo #2B2286

Tints of Persian Indigo #2B2286

Color information

#2B2286 (or 0x2B2286) is unknown color: approx Persian Indigo. HEX triplet: 2B, 22 and 86. RGB value is (43,34,134). Sum of RGB (Red+Green+Blue) = 43+34+134=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B2286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2286 is #D4DD79. Grayscale: #2F2F2F. Windows color (decimal): -13950330 or 8790571. OLE color: 8790571.

HSL color Cylindrical-coordinate representation of color #2B2286: hue angle of 245.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2286 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4334134-
CMYK0.680.7500.47
HSL245.4º59.52%32.94%-
HSV(B)245.4º74.63%52.55%-
XYZ5.873.3822.9-
YUV48.09176.48124.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 134 (52.73% from 255) = 63.51%
R=20.38%
G=16.11%
B=63.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43341340.680.7500.47245.459.5232.94
Hex2B2286444B02Ff53c21
Octal53422061041130573657441
Binary1010111000101000011010001001001011010111111110101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,134); }

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

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

 a { background-color: rgb(43,34,134); }

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

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

 span { border-color: rgb(43,34,134); }

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