#2D257B

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

Shades of Persian Indigo #2D257B

Tints of Persian Indigo #2D257B

Color information

#2D257B (or 0x2D257B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 25 and 7B. RGB value is (45,37,123). Sum of RGB (Red+Green+Blue) = 45+37+123=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D257B is #D2DA84. Grayscale: #303030. Windows color (decimal): -13818501 or 8070445. OLE color: 8070445.

HSL color Cylindrical-coordinate representation of color #2D257B: hue angle of 245.58º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D257B is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4537123-
CMYK0.630.7000.52
HSL245.58º53.75%31.37%-
HSV(B)245.58º69.92%48.24%-
XYZ5.323.3119.1-
YUV49.2169.65125.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 123 (48.44% from 255) = 60%
R=21.95%
G=18.05%
B=60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45371230.630.7000.52245.5853.7531.37
Hex2D257B3F46034f6361f
Octal5545173771060643666637
Binary1011011001011111011111111100011001101001111011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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