#31237B

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

Shades of Persian Indigo #31237B

Tints of Persian Indigo #31237B

Color information

#31237B (or 0x31237B) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 7B. RGB value is (49,35,123). Sum of RGB (Red+Green+Blue) = 49+35+123=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #31237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31237B is #CEDC84. Grayscale: #303030. Windows color (decimal): -13556869 or 8069937. OLE color: 8069937.

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

Color convert

RGB4935123-
CMYK0.600.7200.52
HSL249.55º55.7%30.98%-
HSV(B)249.55º71.54%48.24%-
XYZ5.443.2919.09-
YUV49.22169.64127.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=23.67%
G=16.91%
B=59.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49351230.600.7200.52249.5555.730.98
Hex31237B3C48034fa381f
Octal6143173741100643727037
Binary1100011000111111011111100100100001101001111101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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