#2A117C

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

Shades of Persian Indigo #2A117C

Tints of Persian Indigo #2A117C

Color information

#2A117C (or 0x2A117C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 11 and 7C. RGB value is (42,17,124). Sum of RGB (Red+Green+Blue) = 42+17+124=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A117C is #D5EE83. Grayscale: #242424. Windows color (decimal): -14020228 or 8130858. OLE color: 8130858.

HSL color Cylindrical-coordinate representation of color #2A117C: hue angle of 254.02º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A117C is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4217124-
CMYK0.660.8600.51
HSL254.02º75.89%27.65%-
HSV(B)254.02º86.29%48.63%-
XYZ4.792.3519.27-
YUV36.67177.28131.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 124 (48.83% from 255) = 67.76%
R=22.95%
G=9.29%
B=67.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42171240.660.8600.51254.0275.8927.65
Hex2A117C4256033fe4c1c
Octal522117410212606337611434
Binary10101010001111110010000101010110011001111111110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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