#2A188F

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

Shades of Persian Indigo #2A188F

Tints of Persian Indigo #2A188F

Color information

#2A188F (or 0x2A188F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 8F. RGB value is (42,24,143). Sum of RGB (Red+Green+Blue) = 42+24+143=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #2A188F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A188F is #D5E770. Grayscale: #2A2A2A. Windows color (decimal): -14018417 or 9377834. OLE color: 9377834.

HSL color Cylindrical-coordinate representation of color #2A188F: hue angle of 249.08º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A188F is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4224143-
CMYK0.710.8300.44
HSL249.08º71.26%32.75%-
HSV(B)249.08º83.22%56.08%-
XYZ6.243.1326.26-
YUV42.95184.46127.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.10%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 143 (56.25% from 255) = 68.42%
R=20.10%
G=11.48%
B=68.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42241430.710.8300.44249.0871.2632.75
Hex2A188F475302Cf94721
Octal523021710712305437110741
Binary1010101100010001111100011110100110101100111110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A188F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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