#2A1280

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

Shades of Persian Indigo #2A1280

Tints of Persian Indigo #2A1280

Color information

#2A1280 (or 0x2A1280) is unknown color: approx Persian Indigo. HEX triplet: 2A, 12 and 80. RGB value is (42,18,128). Sum of RGB (Red+Green+Blue) = 42+18+128=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A1280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1280 is #D5ED7F. Grayscale: #252525. Windows color (decimal): -14019968 or 8393258. OLE color: 8393258.

HSL color Cylindrical-coordinate representation of color #2A1280: hue angle of 253.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1280 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4218128-
CMYK0.670.8600.50
HSL253.09º75.34%28.63%-
HSV(B)253.09º85.94%50.2%-
XYZ5.072.4820.63-
YUV37.72178.95131.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 128 (50.39% from 255) = 68.09%
R=22.34%
G=9.57%
B=68.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42181280.670.8600.50253.0975.3428.63
Hex2A12804356032fd4b1d
Octal522220010312606237511335
Binary101010100101000000010000111010110011001011111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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