#2A196D

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

Shades of Persian Indigo #2A196D

Tints of Persian Indigo #2A196D

Color information

#2A196D (or 0x2A196D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 19 and 6D. RGB value is (42,25,109). Sum of RGB (Red+Green+Blue) = 42+25+109=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A196D is #D5E692. Grayscale: #272727. Windows color (decimal): -14018195 or 7149866. OLE color: 7149866.

HSL color Cylindrical-coordinate representation of color #2A196D: hue angle of 252.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A196D is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4225109-
CMYK0.610.7700.57
HSL252.14º62.69%26.27%-
HSV(B)252.14º77.06%42.75%-
XYZ4.062.2914.7-
YUV39.66167.13129.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=23.86%
G=14.20%
B=61.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42251090.610.7700.57252.1462.6926.27
Hex2A196D3D4D039fc3f1a
Octal5231155751150713747732
Binary101010110011101101111101100110101110011111110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,109); }

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

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

 a { background-color: rgb(42,25,109); }

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

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

 span { border-color: rgb(42,25,109); }

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