#2A1C85

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

Shades of Persian Indigo #2A1C85

Tints of Persian Indigo #2A1C85

Color information

#2A1C85 (or 0x2A1C85) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1C and 85. RGB value is (42,28,133). Sum of RGB (Red+Green+Blue) = 42+28+133=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A1C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1C85 is #D5E37A. Grayscale: #2B2B2B. Windows color (decimal): -14017403 or 8723498. OLE color: 8723498.

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

Color convert

RGB4228133-
CMYK0.680.7900.48
HSL248º65.22%31.57%-
HSV(B)248º78.95%52.16%-
XYZ5.63.0222.48-
YUV44.16178.14126.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=20.69%
G=13.79%
B=65.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42281330.680.7900.4824865.2231.57
Hex2A1C85444F030f84120
Octal523420510411706037010140
Binary1010101110010000101100010010011110110000111110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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