#2C057B

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

Shades of Persian Indigo #2C057B

Tints of Persian Indigo #2C057B

Color information

#2C057B (or 0x2C057B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 05 and 7B. RGB value is (44,5,123). Sum of RGB (Red+Green+Blue) = 44+5+123=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C057B is #D3FA84. Grayscale: #1D1D1D. Windows color (decimal): -13892229 or 8062252. OLE color: 8062252.

HSL color Cylindrical-coordinate representation of color #2C057B: hue angle of 259.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C057B is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB445123-
CMYK0.640.9600.52
HSL259.83º92.19%25.1%-
HSV(B)259.83º95.93%48.24%-
XYZ4.672.0718.89-
YUV30.11180.42137.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 123 (48.44% from 255) = 71.51%
R=25.58%
G=2.91%
B=71.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4451230.640.9600.52259.8392.1925.1
Hex2C57B40600341045c19
Octal54517310014006440413431
Binary1011001011111011100000011000000110100100000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,5,123); }

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

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

 a { background-color: rgb(44,5,123); }

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

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

 span { border-color: rgb(44,5,123); }

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