#31217D

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

Shades of Persian Indigo #31217D

Tints of Persian Indigo #31217D

Color information

#31217D (or 0x31217D) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 7D. RGB value is (49,33,125). Sum of RGB (Red+Green+Blue) = 49+33+125=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #31217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31217D is #CEDE82. Grayscale: #2F2F2F. Windows color (decimal): -13557379 or 8200497. OLE color: 8200497.

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

Color convert

RGB4933125-
CMYK0.610.7400.51
HSL250.43º58.23%30.98%-
HSV(B)250.43º73.6%49.02%-
XYZ5.513.2219.73-
YUV48.27171.3128.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=23.67%
G=15.94%
B=60.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49331250.610.7400.51250.4358.2330.98
Hex31217D3D4A033fa3a1f
Octal6141175751120633727237
Binary1100011000011111101111101100101001100111111101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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