#2B187F

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

Shades of Persian Indigo #2B187F

Tints of Persian Indigo #2B187F

Color information

#2B187F (or 0x2B187F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 18 and 7F. RGB value is (43,24,127). Sum of RGB (Red+Green+Blue) = 43+24+127=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B187F is #D4E780. Grayscale: #292929. Windows color (decimal): -13952897 or 8329259. OLE color: 8329259.

HSL color Cylindrical-coordinate representation of color #2B187F: hue angle of 251.07º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B187F is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4324127-
CMYK0.660.8100.50
HSL251.07º68.21%29.61%-
HSV(B)251.07º81.1%49.8%-
XYZ5.152.720.33-
YUV41.42176.29129.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 127 (50% from 255) = 65.46%
R=22.16%
G=12.37%
B=65.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43241270.660.8100.50251.0768.2129.61
Hex2B187F4251032fb441e
Octal533017710212106237310436
Binary10101111000111111110000101010001011001011111011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,127); }

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

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

 a { background-color: rgb(43,24,127); }

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

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

 span { border-color: rgb(43,24,127); }

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