#2A1A74

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

Shades of Persian Indigo #2A1A74

Tints of Persian Indigo #2A1A74

Color information

#2A1A74 (or 0x2A1A74) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1A and 74. RGB value is (42,26,116). Sum of RGB (Red+Green+Blue) = 42+26+116=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A1A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1A74 is #D5E58B. Grayscale: #282828. Windows color (decimal): -14017932 or 7608874. OLE color: 7608874.

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

Color convert

RGB4226116-
CMYK0.640.7800.55
HSL250.67º63.38%27.84%-
HSV(B)250.67º77.59%45.49%-
XYZ4.482.4916.77-
YUV41.04170.3128.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 116 (45.70% from 255) = 63.04%
R=22.83%
G=14.13%
B=63.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42261160.640.7800.55250.6763.3827.84
Hex2A1A74404E037fb3f1c
Octal52321641001160673737734
Binary1010101101011101001000000100111001101111111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,26,116); }

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

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

 a { background-color: rgb(42,26,116); }

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

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

 span { border-color: rgb(42,26,116); }

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