#2A186B

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

Shades of Persian Indigo #2A186B

Tints of Persian Indigo #2A186B

Color information

#2A186B (or 0x2A186B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 6B. RGB value is (42,24,107). Sum of RGB (Red+Green+Blue) = 42+24+107=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A186B is #D5E794. Grayscale: #262626. Windows color (decimal): -14018453 or 7018538. OLE color: 7018538.

HSL color Cylindrical-coordinate representation of color #2A186B: hue angle of 253.01º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A186B is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4224107-
CMYK0.610.7800.58
HSL253.01º63.36%25.69%-
HSV(B)253.01º77.57%41.96%-
XYZ3.942.2114.13-
YUV38.84166.46130.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=24.28%
G=13.87%
B=61.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42241070.610.7800.58253.0163.3625.69
Hex2A186B3D4E03Afd3f1a
Octal5230153751160723757732
Binary101010110001101011111101100111001110101111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,107); }

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

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

 a { background-color: rgb(42,24,107); }

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

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

 span { border-color: rgb(42,24,107); }

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