#2A167C

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

Shades of Persian Indigo #2A167C

Tints of Persian Indigo #2A167C

Color information

#2A167C (or 0x2A167C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 16 and 7C. RGB value is (42,22,124). Sum of RGB (Red+Green+Blue) = 42+22+124=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A167C is #D5E983. Grayscale: #272727. Windows color (decimal): -14018948 or 8132138. OLE color: 8132138.

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

Color convert

RGB4222124-
CMYK0.660.8200.51
HSL251.76º69.86%28.63%-
HSV(B)251.76º82.26%48.63%-
XYZ4.882.5219.3-
YUV39.61175.63129.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=22.34%
G=11.70%
B=65.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42221240.660.8200.51251.7669.8628.63
Hex2A167C4252033fc461d
Octal522617410212206337410635
Binary10101010110111110010000101010010011001111111100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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