#31257D

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

Shades of Persian Indigo #31257D

Tints of Persian Indigo #31257D

Color information

#31257D (or 0x31257D) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 7D. RGB value is (49,37,125). Sum of RGB (Red+Green+Blue) = 49+37+125=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #31257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31257D is #CEDA82. Grayscale: #323232. Windows color (decimal): -13556355 or 8201521. OLE color: 8201521.

HSL color Cylindrical-coordinate representation of color #31257D: hue angle of 248.18º 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 #31257D is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4937125-
CMYK0.610.7000.51
HSL248.18º54.32%31.76%-
HSV(B)248.18º70.4%49.02%-
XYZ5.633.4619.77-
YUV50.62169.98126.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=23.22%
G=17.54%
B=59.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49371250.610.7000.51248.1854.3231.76
Hex31257D3D46033f83620
Octal6145175751060633706640
Binary11000110010111111011111011000110011001111111000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31257D; }

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

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

<style>
 a { background-color: #31257D; }

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

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

<style>
 span { border-color: #31257D; }

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

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