#2a117f

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

Shades of Persian Indigo #2A117F

Tints of Persian Indigo #2A117F

Color information

#2A117F (or 0x2A117F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 11 and 7F. RGB value is (42,17,127). Sum of RGB (Red+Green+Blue) = 42+17+127=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A117F is #D5EE80. Grayscale: #242424. Windows color (decimal): -14020225 or 8327466. OLE color: 8327466.

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

Color convert

RGB4217127-
CMYK0.670.8700.50
HSL253.64º76.39%28.24%-
HSV(B)253.64º86.61%49.8%-
XYZ4.992.4320.28-
YUV37.02178.78131.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 127 (50% from 255) = 68.28%
R=22.58%
G=9.14%
B=68.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42171270.670.8700.50253.6476.3928.24
Hex2A117F4357032fe4c1c
Octal522117710312706237611434
Binary10101010001111111110000111010111011001011111110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a117f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,17,127); }

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

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

 a { background-color: rgb(42,17,127); }

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

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

 span { border-color: rgb(42,17,127); }

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