#2c258a

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

Shades of Persian Indigo #2C258A

Tints of Persian Indigo #2C258A

Color information

#2C258A (or 0x2C258A) is unknown color: approx Persian Indigo. HEX triplet: 2C, 25 and 8A. RGB value is (44,37,138). Sum of RGB (Red+Green+Blue) = 44+37+138=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C258A is #D3DA75. Grayscale: #323232. Windows color (decimal): -13884022 or 9053484. OLE color: 9053484.

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

Color convert

RGB4437138-
CMYK0.680.7300.46
HSL244.16º57.71%34.31%-
HSV(B)244.16º73.19%54.12%-
XYZ6.293.6924.43-
YUV50.61177.32123.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=20.09%
G=16.89%
B=63.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44371380.680.7300.46244.1657.7134.31
Hex2C258A444902Ef43a22
Octal54452121041110563647242
Binary1011001001011000101010001001001001010111011110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c258a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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