#31227C

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

Shades of Persian Indigo #31227C

Tints of Persian Indigo #31227C

Color information

#31227C (or 0x31227C) is unknown color: approx Persian Indigo. HEX triplet: 31, 22 and 7C. RGB value is (49,34,124). Sum of RGB (Red+Green+Blue) = 49+34+124=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #31227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31227C is #CEDD83. Grayscale: #303030. Windows color (decimal): -13557124 or 8135217. OLE color: 8135217.

HSL color Cylindrical-coordinate representation of color #31227C: hue angle of 250º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31227C is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4934124-
CMYK0.600.7300.51
HSL250º56.96%30.98%-
HSV(B)250º72.58%48.63%-
XYZ5.483.2519.41-
YUV48.74170.47128.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=23.67%
G=16.43%
B=59.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49341240.600.7300.5125056.9630.98
Hex31227C3C49033fa391f
Octal6142174741110633727137
Binary1100011000101111100111100100100101100111111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31227C; }

 p { color: rgb(49,34,124); }

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

<style>
 a { background-color: #31227C; }

 a { background-color: rgb(49,34,124); }

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

<style>
 span { border-color: #31227C; }

 span { border-color: rgb(49,34,124); }

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