#2C258E

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

Shades of Persian Indigo #2C258E

Tints of Persian Indigo #2C258E

Color information

#2C258E (or 0x2C258E) is unknown color: approx Persian Indigo. HEX triplet: 2C, 25 and 8E. RGB value is (44,37,142). Sum of RGB (Red+Green+Blue) = 44+37+142=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C258E is #D3DA71. Grayscale: #323232. Windows color (decimal): -13884018 or 9315628. OLE color: 9315628.

HSL color Cylindrical-coordinate representation of color #2C258E: hue angle of 244º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C258E is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4437142-
CMYK0.690.7400.44
HSL244º58.66%35.1%-
HSV(B)244º73.94%55.69%-
XYZ6.583.8125.98-
YUV51.06179.32122.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 142 (55.86% from 255) = 63.68%
R=19.73%
G=16.59%
B=63.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44371420.690.7400.4424458.6635.1
Hex2C258E454A02Cf43b23
Octal54452161051120543647343
Binary1011001001011000111010001011001010010110011110100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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