#2B2290

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

Shades of Persian Indigo #2B2290

Tints of Persian Indigo #2B2290

Color information

#2B2290 (or 0x2B2290) is unknown color: approx Persian Indigo. HEX triplet: 2B, 22 and 90. RGB value is (43,34,144). Sum of RGB (Red+Green+Blue) = 43+34+144=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B2290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2290 is #D4DD6F. Grayscale: #303030. Windows color (decimal): -13950320 or 9445931. OLE color: 9445931.

HSL color Cylindrical-coordinate representation of color #2B2290: hue angle of 244.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2290 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4334144-
CMYK0.700.7600.44
HSL244.91º61.8%34.9%-
HSV(B)244.91º76.39%56.47%-
XYZ6.63.6726.75-
YUV49.23181.48123.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 144 (56.64% from 255) = 65.16%
R=19.46%
G=15.38%
B=65.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43341440.700.7600.44244.9161.834.9
Hex2B2290464C02Cf53e23
Octal53422201061140543657643
Binary1010111000101001000010001101001100010110011110101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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