#2A106D

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

Shades of Persian Indigo #2A106D

Tints of Persian Indigo #2A106D

Color information

#2A106D (or 0x2A106D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 10 and 6D. RGB value is (42,16,109). Sum of RGB (Red+Green+Blue) = 42+16+109=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A106D is #D5EF92. Grayscale: #222222. Windows color (decimal): -14020499 or 7147562. OLE color: 7147562.

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

Color convert

RGB4216109-
CMYK0.610.8500.57
HSL256.77º74.4%24.51%-
HSV(B)256.77º85.32%42.75%-
XYZ3.91.9714.64-
YUV34.38170.11133.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=25.15%
G=9.58%
B=65.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42161090.610.8500.57256.7774.424.51
Hex2A106D3D550391014a19
Octal52201557512507140111231
Binary10101010000110110111110110101010111001100000001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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