#2C146B

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

Shades of Persian Indigo #2C146B

Tints of Persian Indigo #2C146B

Color information

#2C146B (or 0x2C146B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 14 and 6B. RGB value is (44,20,107). Sum of RGB (Red+Green+Blue) = 44+20+107=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #2C146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C146B is #D3EB94. Grayscale: #242424. Windows color (decimal): -13888405 or 7017516. OLE color: 7017516.

HSL color Cylindrical-coordinate representation of color #2C146B: hue angle of 256.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C146B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4420107-
CMYK0.590.8100.58
HSL256.55º68.5%24.9%-
HSV(B)256.55º81.31%41.96%-
XYZ3.942.114.11-
YUV37.09167.45132.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=25.73%
G=11.70%
B=62.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44201070.590.8100.58256.5568.524.9
Hex2C146B3B5103A1014519
Octal54241537312107240110531
Binary10110010100110101111101110100010111010100000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,20,107); }

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

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

 a { background-color: rgb(44,20,107); }

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

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

 span { border-color: rgb(44,20,107); }

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