#2C228A

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

Shades of Persian Indigo #2C228A

Tints of Persian Indigo #2C228A

Color information

#2C228A (or 0x2C228A) is unknown color: approx Persian Indigo. HEX triplet: 2C, 22 and 8A. RGB value is (44,34,138). Sum of RGB (Red+Green+Blue) = 44+34+138=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C228A is #D3DD75. Grayscale: #303030. Windows color (decimal): -13884790 or 9052716. OLE color: 9052716.

HSL color Cylindrical-coordinate representation of color #2C228A: hue angle of 245.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C228A is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4434138-
CMYK0.680.7500.46
HSL245.77º60.47%33.73%-
HSV(B)245.77º75.36%54.12%-
XYZ6.23.5124.4-
YUV48.85178.31124.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 138 (54.30% from 255) = 63.89%
R=20.37%
G=15.74%
B=63.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44341380.680.7500.46245.7760.4733.73
Hex2C228A444B02Ef63c22
Octal54422121041130563667442
Binary1011001000101000101010001001001011010111011110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,138); }

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

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

 a { background-color: rgb(44,34,138); }

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

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

 span { border-color: rgb(44,34,138); }

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