#2A1072

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

Shades of Persian Indigo #2A1072

Tints of Persian Indigo #2A1072

Color information

#2A1072 (or 0x2A1072) is unknown color: approx Persian Indigo. HEX triplet: 2A, 10 and 72. RGB value is (42,16,114). Sum of RGB (Red+Green+Blue) = 42+16+114=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1072 is #D5EF8D. Grayscale: #222222. Windows color (decimal): -14020494 or 7475242. OLE color: 7475242.

HSL color Cylindrical-coordinate representation of color #2A1072: hue angle of 255.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1072 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4216114-
CMYK0.630.8600.55
HSL255.92º75.38%25.49%-
HSV(B)255.92º85.96%44.71%-
XYZ4.182.0816.1-
YUV34.95172.61133.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=24.42%
G=9.30%
B=66.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42161140.630.8600.55255.9275.3825.49
Hex2A10723F560371004b19
Octal52201627712606740011331
Binary10101010000111001011111110101100110111100000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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