#31227B

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

Shades of Persian Indigo #31227B

Tints of Persian Indigo #31227B

Color information

#31227B (or 0x31227B) is unknown color: approx Persian Indigo. HEX triplet: 31, 22 and 7B. RGB value is (49,34,123). Sum of RGB (Red+Green+Blue) = 49+34+123=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #31227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31227B is #CEDD84. Grayscale: #303030. Windows color (decimal): -13557125 or 8069681. OLE color: 8069681.

HSL color Cylindrical-coordinate representation of color #31227B: hue angle of 250.11º degrees, saturation: 0.57, 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 #31227B is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4934123-
CMYK0.600.7200.52
HSL250.11º56.69%30.78%-
HSV(B)250.11º72.36%48.24%-
XYZ5.413.2319.08-
YUV48.63169.97128.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=23.79%
G=16.50%
B=59.71%

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
Decimal49341230.600.7200.52250.1156.6930.78
Hex31227B3C48034fa391f
Octal6142173741100643727137
Binary1100011000101111011111100100100001101001111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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