#2A1877

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

Shades of Persian Indigo #2A1877

Tints of Persian Indigo #2A1877

Color information

#2A1877 (or 0x2A1877) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 77. RGB value is (42,24,119). Sum of RGB (Red+Green+Blue) = 42+24+119=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A1877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1877 is #D5E788. Grayscale: #272727. Windows color (decimal): -14018441 or 7804970. OLE color: 7804970.

HSL color Cylindrical-coordinate representation of color #2A1877: hue angle of 251.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A1877 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4224119-
CMYK0.650.8000.53
HSL251.37º66.43%28.04%-
HSV(B)251.37º79.83%46.67%-
XYZ4.612.4817.69-
YUV40.21172.46129.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=22.70%
G=12.97%
B=64.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42241190.650.8000.53251.3766.4328.04
Hex2A18774150035fb421c
Octal523016710112006537310234
Binary10101011000111011110000011010000011010111111011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,119); }

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

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

 a { background-color: rgb(42,24,119); }

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

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

 span { border-color: rgb(42,24,119); }

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