#31057B

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

Shades of Persian Indigo #31057B

Tints of Persian Indigo #31057B

Color information

#31057B (or 0x31057B) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 7B. RGB value is (49,5,123). Sum of RGB (Red+Green+Blue) = 49+5+123=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #31057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31057B is #CEFA84. Grayscale: #1F1F1F. Windows color (decimal): -13564549 or 8062257. OLE color: 8062257.

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

Color convert

RGB495123-
CMYK0.600.9600.52
HSL262.37º92.19%25.1%-
HSV(B)262.37º95.93%48.24%-
XYZ4.92.1918.9-
YUV31.61179.58140.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 123 (48.44% from 255) = 69.49%
R=27.68%
G=2.82%
B=69.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4951230.600.9600.52262.3792.1925.1
Hex3157B3C600341065c19
Octal6151737414006440613431
Binary110001101111101111110011000000110100100000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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