#2B156B

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

Shades of Persian Indigo #2B156B

Tints of Persian Indigo #2B156B

Color information

#2B156B (or 0x2B156B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 6B. RGB value is (43,21,107). Sum of RGB (Red+Green+Blue) = 43+21+107=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B156B is #D4EA94. Grayscale: #252525. Windows color (decimal): -13953685 or 7017771. OLE color: 7017771.

HSL color Cylindrical-coordinate representation of color #2B156B: hue angle of 255.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B156B is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4321107-
CMYK0.600.8000.58
HSL255.35º67.19%25.1%-
HSV(B)255.35º80.37%41.96%-
XYZ3.922.1114.11-
YUV37.38167.29132.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=25.15%
G=12.28%
B=62.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43211070.600.8000.58255.3567.1925.1
Hex2B156B3C5003Aff4319
Octal53251537412007237710331
Binary1010111010111010111111001010000011101011111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,107); }

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

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

 a { background-color: rgb(43,21,107); }

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

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

 span { border-color: rgb(43,21,107); }

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