#2A087C

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

Shades of Persian Indigo #2A087C

Tints of Persian Indigo #2A087C

Color information

#2A087C (or 0x2A087C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 08 and 7C. RGB value is (42,8,124). Sum of RGB (Red+Green+Blue) = 42+8+124=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A087C is #D5F783. Grayscale: #1E1E1E. Windows color (decimal): -14022532 or 8128554. OLE color: 8128554.

HSL color Cylindrical-coordinate representation of color #2A087C: hue angle of 257.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A087C is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB428124-
CMYK0.660.9400.51
HSL257.59º87.88%25.88%-
HSV(B)257.59º93.55%48.63%-
XYZ4.682.1219.23-
YUV31.39180.26135.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=24.14%
G=4.60%
B=71.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4281240.660.9400.51257.5987.8825.88
Hex2A87C425E033102581a
Octal521017410213606340213032
Binary10101010001111100100001010111100110011100000010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,8,124); }

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

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

 a { background-color: rgb(42,8,124); }

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

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

 span { border-color: rgb(42,8,124); }

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