#2C128B

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

Shades of Persian Indigo #2C128B

Tints of Persian Indigo #2C128B

Color information

#2C128B (or 0x2C128B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 12 and 8B. RGB value is (44,18,139). Sum of RGB (Red+Green+Blue) = 44+18+139=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C128B is #D3ED74. Grayscale: #272727. Windows color (decimal): -13888885 or 9114156. OLE color: 9114156.

HSL color Cylindrical-coordinate representation of color #2C128B: hue angle of 252.89º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C128B is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4418139-
CMYK0.680.8700.45
HSL252.89º77.07%30.78%-
HSV(B)252.89º87.05%54.51%-
XYZ5.922.8324.66-
YUV39.57184.11131.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=21.89%
G=8.96%
B=69.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44181390.680.8700.45252.8977.0730.78
Hex2C128B445702Dfd4d1f
Octal542221310412705537511537
Binary101100100101000101110001001010111010110111111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,18,139); }

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

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

 a { background-color: rgb(44,18,139); }

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

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

 span { border-color: rgb(44,18,139); }

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