#2C188C

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

Shades of Persian Indigo #2C188C

Tints of Persian Indigo #2C188C

Color information

#2C188C (or 0x2C188C) is unknown color: approx Persian Indigo. HEX triplet: 2C, 18 and 8C. RGB value is (44,24,140). Sum of RGB (Red+Green+Blue) = 44+24+140=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C188C is #D3E773. Grayscale: #2A2A2A. Windows color (decimal): -13887348 or 9181228. OLE color: 9181228.

HSL color Cylindrical-coordinate representation of color #2C188C: hue angle of 250.34º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C188C is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4424140-
CMYK0.690.8300.45
HSL250.34º70.73%32.16%-
HSV(B)250.34º82.86%54.9%-
XYZ6.13.0825.08-
YUV43.2182.63128.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 140 (55.08% from 255) = 67.31%
R=21.15%
G=11.54%
B=67.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44241400.690.8300.45250.3470.7332.16
Hex2C188C455302Dfa4720
Octal543021410512305537210740
Binary1011001100010001100100010110100110101101111110101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,24,140); }

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

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

 a { background-color: rgb(44,24,140); }

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

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

 span { border-color: rgb(44,24,140); }

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