#2A1B74

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

Shades of Persian Indigo #2A1B74

Tints of Persian Indigo #2A1B74

Color information

#2A1B74 (or 0x2A1B74) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1B and 74. RGB value is (42,27,116). Sum of RGB (Red+Green+Blue) = 42+27+116=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A1B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1B74 is #D5E48B. Grayscale: #292929. Windows color (decimal): -14017676 or 7609130. OLE color: 7609130.

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

Color convert

RGB4227116-
CMYK0.640.7700.55
HSL250.11º62.24%28.04%-
HSV(B)250.11º76.72%45.49%-
XYZ4.52.5416.78-
YUV41.63169.97128.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=22.70%
G=14.59%
B=62.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42271160.640.7700.55250.1162.2428.04
Hex2A1B74404D037fa3e1c
Octal52331641001150673727634
Binary1010101101111101001000000100110101101111111101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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