#2A1285

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

Shades of Persian Indigo #2A1285

Tints of Persian Indigo #2A1285

Color information

#2A1285 (or 0x2A1285) is unknown color: approx Persian Indigo. HEX triplet: 2A, 12 and 85. RGB value is (42,18,133). Sum of RGB (Red+Green+Blue) = 42+18+133=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A1285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1285 is #D5ED7A. Grayscale: #252525. Windows color (decimal): -14019963 or 8720938. OLE color: 8720938.

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

Color convert

RGB4218133-
CMYK0.680.8600.48
HSL252.52º76.16%29.61%-
HSV(B)252.52º86.47%52.16%-
XYZ5.42.6222.41-
YUV38.29181.45130.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 133 (52.34% from 255) = 68.91%
R=21.76%
G=9.33%
B=68.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42181330.680.8600.48252.5276.1629.61
Hex2A12854456030fd4c1e
Octal522220510412606037511436
Binary101010100101000010110001001010110011000011111101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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