#2A2085

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

Shades of Persian Indigo #2A2085

Tints of Persian Indigo #2A2085

Color information

#2A2085 (or 0x2A2085) is unknown color: approx Persian Indigo. HEX triplet: 2A, 20 and 85. RGB value is (42,32,133). Sum of RGB (Red+Green+Blue) = 42+32+133=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A2085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2085 is #D5DF7A. Grayscale: #2E2E2E. Windows color (decimal): -14016379 or 8724522. OLE color: 8724522.

HSL color Cylindrical-coordinate representation of color #2A2085: hue angle of 245.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2085 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4232133-
CMYK0.680.7600.48
HSL245.94º61.21%32.35%-
HSV(B)245.94º75.94%52.16%-
XYZ5.73.2222.51-
YUV46.5176.81124.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=20.29%
G=15.46%
B=64.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42321330.680.7600.48245.9461.2132.35
Hex2A2085444C030f63d20
Octal52402051041140603667540
Binary1010101000001000010110001001001100011000011110110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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