#2D057B

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

Shades of Persian Indigo #2D057B

Tints of Persian Indigo #2D057B

Color information

#2D057B (or 0x2D057B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 7B. RGB value is (45,5,123). Sum of RGB (Red+Green+Blue) = 45+5+123=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D057B is #D2FA84. Grayscale: #1D1D1D. Windows color (decimal): -13826693 or 8062253. OLE color: 8062253.

HSL color Cylindrical-coordinate representation of color #2D057B: hue angle of 260.34º 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 #2D057B is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB455123-
CMYK0.630.9600.52
HSL260.34º92.19%25.1%-
HSV(B)260.34º95.93%48.24%-
XYZ4.712.118.9-
YUV30.41180.25138.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 123 (48.44% from 255) = 71.10%
R=26.01%
G=2.89%
B=71.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4551230.630.9600.52260.3492.1925.1
Hex2D57B3F600341045c19
Octal5551737714006440413431
Binary101101101111101111111111000000110100100000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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