#2B106D

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

Shades of Persian Indigo #2B106D

Tints of Persian Indigo #2B106D

Color information

#2B106D (or 0x2B106D) is unknown color: approx Persian Indigo. HEX triplet: 2B, 10 and 6D. RGB value is (43,16,109). Sum of RGB (Red+Green+Blue) = 43+16+109=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B106D is #D4EF92. Grayscale: #222222. Windows color (decimal): -13954963 or 7147563. OLE color: 7147563.

HSL color Cylindrical-coordinate representation of color #2B106D: hue angle of 257.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B106D is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4316109-
CMYK0.610.8500.57
HSL257.42º74.4%24.51%-
HSV(B)257.42º85.32%42.75%-
XYZ3.941.9914.64-
YUV34.67169.95133.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=25.60%
G=9.52%
B=64.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43161090.610.8500.57257.4274.424.51
Hex2B106D3D550391014a19
Octal53201557512507140111231
Binary10101110000110110111110110101010111001100000001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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