#2A1C77

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

Shades of Persian Indigo #2A1C77

Tints of Persian Indigo #2A1C77

Color information

#2A1C77 (or 0x2A1C77) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1C and 77. RGB value is (42,28,119). Sum of RGB (Red+Green+Blue) = 42+28+119=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A1C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1C77 is #D5E388. Grayscale: #2A2A2A. Windows color (decimal): -14017417 or 7805994. OLE color: 7805994.

HSL color Cylindrical-coordinate representation of color #2A1C77: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1C77 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4228119-
CMYK0.650.7600.53
HSL249.23º61.9%28.82%-
HSV(B)249.23º76.47%46.67%-
XYZ4.72.6517.72-
YUV42.56171.14127.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=22.22%
G=14.81%
B=62.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42281190.650.7600.53249.2361.928.82
Hex2A1C77414C035f93e1d
Octal52341671011140653717635
Binary1010101110011101111000001100110001101011111100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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