#2A188D

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

Shades of Persian Indigo #2A188D

Tints of Persian Indigo #2A188D

Color information

#2A188D (or 0x2A188D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 8D. RGB value is (42,24,141). Sum of RGB (Red+Green+Blue) = 42+24+141=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A188D is #D5E772. Grayscale: #2A2A2A. Windows color (decimal): -14018419 or 9246762. OLE color: 9246762.

HSL color Cylindrical-coordinate representation of color #2A188D: hue angle of 249.23º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A188D is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4224141-
CMYK0.700.8300.45
HSL249.23º70.91%32.35%-
HSV(B)249.23º82.98%55.29%-
XYZ6.093.0725.47-
YUV42.72183.46127.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 141 (55.47% from 255) = 68.12%
R=20.29%
G=11.59%
B=68.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42241410.700.8300.45249.2370.9132.35
Hex2A188D465302Df94720
Octal523021510612305537110740
Binary1010101100010001101100011010100110101101111110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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