#2B107A

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

Shades of Persian Indigo #2B107A

Tints of Persian Indigo #2B107A

Color information

#2B107A (or 0x2B107A) is unknown color: approx Persian Indigo. HEX triplet: 2B, 10 and 7A. RGB value is (43,16,122). Sum of RGB (Red+Green+Blue) = 43+16+122=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B107A is #D4EF85. Grayscale: #232323. Windows color (decimal): -13954950 or 7999531. OLE color: 7999531.

HSL color Cylindrical-coordinate representation of color #2B107A: hue angle of 255.28º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B107A is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4316122-
CMYK0.650.8700.52
HSL255.28º76.81%27.06%-
HSV(B)255.28º86.89%47.84%-
XYZ4.692.2918.61-
YUV36.16176.45132.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 122 (48.05% from 255) = 67.40%
R=23.76%
G=8.84%
B=67.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43161220.650.8700.52255.2876.8127.06
Hex2B107A4157034ff4d1b
Octal532017210112706437711533
Binary10101110000111101010000011010111011010011111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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