#2A1085

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

Shades of Persian Indigo #2A1085

Tints of Persian Indigo #2A1085

Color information

#2A1085 (or 0x2A1085) is unknown color: approx Persian Indigo. HEX triplet: 2A, 10 and 85. RGB value is (42,16,133). Sum of RGB (Red+Green+Blue) = 42+16+133=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1085 is #D5EF7A. Grayscale: #242424. Windows color (decimal): -14020475 or 8720426. OLE color: 8720426.

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

Color convert

RGB4216133-
CMYK0.680.8800.48
HSL253.33º78.52%29.22%-
HSV(B)253.33º87.97%52.16%-
XYZ5.372.5622.4-
YUV37.11182.11131.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 133 (52.34% from 255) = 69.63%
R=21.99%
G=8.38%
B=69.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42161330.680.8800.48253.3378.5229.22
Hex2A10854458030fd4f1d
Octal522020510413006037511735
Binary101010100001000010110001001011000011000011111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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