#2B127B

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

Shades of Persian Indigo #2B127B

Tints of Persian Indigo #2B127B

Color information

#2B127B (or 0x2B127B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 12 and 7B. RGB value is (43,18,123). Sum of RGB (Red+Green+Blue) = 43+18+123=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B127B is #D4ED84. Grayscale: #252525. Windows color (decimal): -13954437 or 8065579. OLE color: 8065579.

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

Color convert

RGB4318123-
CMYK0.650.8500.52
HSL254.29º74.47%27.65%-
HSV(B)254.29º85.37%48.24%-
XYZ4.792.3818.95-
YUV37.44176.28131.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=23.37%
G=9.78%
B=66.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43181230.650.8500.52254.2974.4727.65
Hex2B127B4155034fe4a1c
Octal532217310112506437611234
Binary10101110010111101110000011010101011010011111110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,18,123); }

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

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

 a { background-color: rgb(43,18,123); }

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

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

 span { border-color: rgb(43,18,123); }

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