#2B2179

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

Shades of Persian Indigo #2B2179

Tints of Persian Indigo #2B2179

Color information

#2B2179 (or 0x2B2179) is unknown color: approx Persian Indigo. HEX triplet: 2B, 21 and 79. RGB value is (43,33,121). Sum of RGB (Red+Green+Blue) = 43+33+121=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B2179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2179 is #D4DE86. Grayscale: #2D2D2D. Windows color (decimal): -13950599 or 7938347. OLE color: 7938347.

HSL color Cylindrical-coordinate representation of color #2B2179: hue angle of 246.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2179 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4333121-
CMYK0.640.7300.53
HSL246.82º57.14%30.2%-
HSV(B)246.82º72.73%47.45%-
XYZ4.992.9818.4-
YUV46.02170.31125.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=21.83%
G=16.75%
B=61.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43331210.640.7300.53246.8257.1430.2
Hex2B21794049035f7391e
Octal53411711001110653677136
Binary10101110000111110011000000100100101101011111011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,33,121); }

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

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

 a { background-color: rgb(43,33,121); }

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

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

 span { border-color: rgb(43,33,121); }

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