#2C146D

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

Shades of Persian Indigo #2C146D

Tints of Persian Indigo #2C146D

Color information

#2C146D (or 0x2C146D) is unknown color: approx Persian Indigo. HEX triplet: 2C, 14 and 6D. RGB value is (44,20,109). Sum of RGB (Red+Green+Blue) = 44+20+109=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C146D is #D3EB92. Grayscale: #242424. Windows color (decimal): -13888403 or 7148588. OLE color: 7148588.

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

Color convert

RGB4420109-
CMYK0.600.8200.57
HSL256.18º68.99%25.29%-
HSV(B)256.18º81.65%42.75%-
XYZ4.052.1414.67-
YUV37.32168.45132.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=25.43%
G=11.56%
B=63.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44201090.600.8200.57256.1868.9925.29
Hex2C146D3C520391004519
Octal54241557412207140010531
Binary10110010100110110111110010100100111001100000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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