#31237D

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

Shades of Persian Indigo #31237D

Tints of Persian Indigo #31237D

Color information

#31237D (or 0x31237D) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 7D. RGB value is (49,35,125). Sum of RGB (Red+Green+Blue) = 49+35+125=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #31237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31237D is #CEDC82. Grayscale: #313131. Windows color (decimal): -13556867 or 8201009. OLE color: 8201009.

HSL color Cylindrical-coordinate representation of color #31237D: hue angle of 249.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31237D is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4935125-
CMYK0.610.7200.51
HSL249.33º56.25%31.37%-
HSV(B)249.33º72%49.02%-
XYZ5.573.3419.75-
YUV49.45170.64127.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=23.44%
G=16.75%
B=59.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49351250.610.7200.51249.3356.2531.37
Hex31237D3D48033f9381f
Octal6143175751100633717037
Binary1100011000111111101111101100100001100111111100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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