#2A168A

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

Shades of Persian Indigo #2A168A

Tints of Persian Indigo #2A168A

Color information

#2A168A (or 0x2A168A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 16 and 8A. RGB value is (42,22,138). Sum of RGB (Red+Green+Blue) = 42+22+138=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A168A is #D5E975. Grayscale: #282828. Windows color (decimal): -14018934 or 9049642. OLE color: 9049642.

HSL color Cylindrical-coordinate representation of color #2A168A: hue angle of 250.34º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A168A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4222138-
CMYK0.700.8400.46
HSL250.34º72.5%31.37%-
HSV(B)250.34º84.06%54.12%-
XYZ5.832.924.3-
YUV41.2182.63128.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=20.79%
G=10.89%
B=68.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42221380.700.8400.46250.3472.531.37
Hex2A168A465402Efa481f
Octal522621210612405637211037
Binary101010101101000101010001101010100010111011111010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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