#2D047B

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

Shades of Persian Indigo #2D047B

Tints of Persian Indigo #2D047B

Color information

#2D047B (or 0x2D047B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 04 and 7B. RGB value is (45,4,123). Sum of RGB (Red+Green+Blue) = 45+4+123=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 4 (1.95% from 255 or 2.33% 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 #2D047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D047B is #D2FB84. Grayscale: #1D1D1D. Windows color (decimal): -13826949 or 8061997. OLE color: 8061997.

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

Color convert

RGB454123-
CMYK0.630.9700.52
HSL260.67º93.7%24.9%-
HSV(B)260.67º96.75%48.24%-
XYZ4.72.0718.89-
YUV29.83180.58138.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 123 (48.44% from 255) = 71.51%
R=26.16%
G=2.33%
B=71.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4541230.630.9700.52260.6793.724.9
Hex2D47B3F610341055e19
Octal5541737714106440513631
Binary101101100111101111111111000010110100100000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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