#31267B

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

Shades of Persian Indigo #31267B

Tints of Persian Indigo #31267B

Color information

#31267B (or 0x31267B) is unknown color: approx Persian Indigo. HEX triplet: 31, 26 and 7B. RGB value is (49,38,123). Sum of RGB (Red+Green+Blue) = 49+38+123=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #31267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31267B is #CED984. Grayscale: #323232. Windows color (decimal): -13556101 or 8070705. OLE color: 8070705.

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

Color convert

RGB4938123-
CMYK0.600.6900.52
HSL247.76º52.8%31.57%-
HSV(B)247.76º69.11%48.24%-
XYZ5.533.4719.12-
YUV50.98168.64126.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=23.33%
G=18.10%
B=58.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49381230.600.6900.52247.7652.831.57
Hex31267B3C45034f83520
Octal6146173741050643706540
Binary11000110011011110111111001000101011010011111000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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