#2A147D

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

Shades of Persian Indigo #2A147D

Tints of Persian Indigo #2A147D

Color information

#2A147D (or 0x2A147D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 14 and 7D. RGB value is (42,20,125). Sum of RGB (Red+Green+Blue) = 42+20+125=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A147D is #D5EB82. Grayscale: #262626. Windows color (decimal): -14019459 or 8197162. OLE color: 8197162.

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

Color convert

RGB4220125-
CMYK0.660.8400.51
HSL252.57º72.41%28.43%-
HSV(B)252.57º84%49.02%-
XYZ4.912.4719.62-
YUV38.55176.79130.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 125 (49.22% from 255) = 66.84%
R=22.46%
G=10.70%
B=66.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42201250.660.8400.51252.5772.4128.43
Hex2A147D4254033fd481c
Octal522417510212406337511034
Binary10101010100111110110000101010100011001111111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,20,125); }

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

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

 a { background-color: rgb(42,20,125); }

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

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

 span { border-color: rgb(42,20,125); }

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