#2A207C

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

Shades of Persian Indigo #2A207C

Tints of Persian Indigo #2A207C

Color information

#2A207C (or 0x2A207C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 20 and 7C. RGB value is (42,32,124). Sum of RGB (Red+Green+Blue) = 42+32+124=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A207C is #D5DF83. Grayscale: #2D2D2D. Windows color (decimal): -14016388 or 8134698. OLE color: 8134698.

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

Color convert

RGB4232124-
CMYK0.660.7400.51
HSL246.52º58.97%30.59%-
HSV(B)246.52º74.19%48.63%-
XYZ5.112.9819.37-
YUV45.48172.31125.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 124 (48.83% from 255) = 62.63%
R=21.21%
G=16.16%
B=62.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42321240.660.7400.51246.5258.9730.59
Hex2A207C424A033f73b1f
Octal52401741021120633677337
Binary10101010000011111001000010100101001100111111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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