#2D257D

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

Shades of Persian Indigo #2D257D

Tints of Persian Indigo #2D257D

Color information

#2D257D (or 0x2D257D) is unknown color: approx Persian Indigo. HEX triplet: 2D, 25 and 7D. RGB value is (45,37,125). Sum of RGB (Red+Green+Blue) = 45+37+125=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D257D is #D2DA82. Grayscale: #313131. Windows color (decimal): -13818499 or 8201517. OLE color: 8201517.

HSL color Cylindrical-coordinate representation of color #2D257D: hue angle of 245.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D257D is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4537125-
CMYK0.640.7000.51
HSL245.45º54.32%31.76%-
HSV(B)245.45º70.4%49.02%-
XYZ5.453.3619.76-
YUV49.42170.65124.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=21.74%
G=17.87%
B=60.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45371250.640.7000.51245.4554.3231.76
Hex2D257D4046033f53620
Octal55451751001060633656640
Binary101101100101111110110000001000110011001111110101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,125); }

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

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

 a { background-color: rgb(45,37,125); }

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

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

 span { border-color: rgb(45,37,125); }

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