#2B1072

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

Shades of Persian Indigo #2B1072

Tints of Persian Indigo #2B1072

Color information

#2B1072 (or 0x2B1072) is unknown color: approx Persian Indigo. HEX triplet: 2B, 10 and 72. RGB value is (43,16,114). Sum of RGB (Red+Green+Blue) = 43+16+114=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1072 is #D4EF8D. Grayscale: #222222. Windows color (decimal): -13954958 or 7475243. OLE color: 7475243.

HSL color Cylindrical-coordinate representation of color #2B1072: hue angle of 256.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1072 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4316114-
CMYK0.620.8600.55
HSL256.53º75.38%25.49%-
HSV(B)256.53º85.96%44.71%-
XYZ4.222.116.1-
YUV35.24172.45133.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=24.86%
G=9.25%
B=65.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43161140.620.8600.55256.5375.3825.49
Hex2B10723E560371014b19
Octal53201627612606740111331
Binary10101110000111001011111010101100110111100000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,16,114); }

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

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

 a { background-color: rgb(43,16,114); }

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

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

 span { border-color: rgb(43,16,114); }

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