#31267C

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

Shades of Persian Indigo #31267C

Tints of Persian Indigo #31267C

Color information

#31267C (or 0x31267C) is unknown color: approx Persian Indigo. HEX triplet: 31, 26 and 7C. RGB value is (49,38,124). Sum of RGB (Red+Green+Blue) = 49+38+124=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #31267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31267C is #CED983. Grayscale: #323232. Windows color (decimal): -13556100 or 8136241. OLE color: 8136241.

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

Color convert

RGB4938124-
CMYK0.600.6900.51
HSL247.67º53.09%31.76%-
HSV(B)247.67º69.35%48.63%-
XYZ5.63.4919.45-
YUV51.09169.14126.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=23.22%
G=18.01%
B=58.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49381240.600.6900.51247.6753.0931.76
Hex31267C3C45033f83520
Octal6146174741050633706540
Binary11000110011011111001111001000101011001111111000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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