#2A186F

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

Shades of Persian Indigo #2A186F

Tints of Persian Indigo #2A186F

Color information

#2A186F (or 0x2A186F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 6F. RGB value is (42,24,111). Sum of RGB (Red+Green+Blue) = 42+24+111=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A186F is #D5E790. Grayscale: #262626. Windows color (decimal): -14018449 or 7280682. OLE color: 7280682.

HSL color Cylindrical-coordinate representation of color #2A186F: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A186F is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4224111-
CMYK0.620.7800.56
HSL252.41º64.44%26.47%-
HSV(B)252.41º78.38%43.53%-
XYZ4.152.2915.26-
YUV39.3168.46129.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.73%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=23.73%
G=13.56%
B=62.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42241110.620.7800.56252.4164.4426.47
Hex2A186F3E4E038fc401a
Octal52301577611607037410032
Binary1010101100011011111111101001110011100011111100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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