#2C218B

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

Shades of Persian Indigo #2C218B

Tints of Persian Indigo #2C218B

Color information

#2C218B (or 0x2C218B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 21 and 8B. RGB value is (44,33,139). Sum of RGB (Red+Green+Blue) = 44+33+139=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C218B is #D3DE74. Grayscale: #2F2F2F. Windows color (decimal): -13885045 or 9117996. OLE color: 9117996.

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

Color convert

RGB4433139-
CMYK0.680.7600.45
HSL246.23º61.63%33.73%-
HSV(B)246.23º76.26%54.51%-
XYZ6.243.4924.77-
YUV48.37179.14124.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 139 (54.69% from 255) = 64.35%
R=20.37%
G=15.28%
B=64.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44331390.680.7600.45246.2361.6333.73
Hex2C218B444C02Df63e22
Octal54412131041140553667642
Binary1011001000011000101110001001001100010110111110110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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