#2B156F

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

Shades of Persian Indigo #2B156F

Tints of Persian Indigo #2B156F

Color information

#2B156F (or 0x2B156F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 6F. RGB value is (43,21,111). Sum of RGB (Red+Green+Blue) = 43+21+111=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B156F is #D4EA90. Grayscale: #252525. Windows color (decimal): -13953681 or 7279915. OLE color: 7279915.

HSL color Cylindrical-coordinate representation of color #2B156F: hue angle of 254.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B156F is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4321111-
CMYK0.610.8100.56
HSL254.67º68.18%25.88%-
HSV(B)254.67º81.08%43.53%-
XYZ4.132.215.25-
YUV37.84169.29131.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=24.57%
G=12%
B=63.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43211110.610.8100.56254.6768.1825.88
Hex2B156F3D51038ff441a
Octal53251577512107037710432
Binary1010111010111011111111011010001011100011111111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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