#31146C

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

Shades of Persian Indigo #31146C

Tints of Persian Indigo #31146C

Color information

#31146C (or 0x31146C) is unknown color: approx Persian Indigo. HEX triplet: 31, 14 and 6C. RGB value is (49,20,108). Sum of RGB (Red+Green+Blue) = 49+20+108=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #31146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31146C is #CEEB93. Grayscale: #262626. Windows color (decimal): -13560724 or 7083057. OLE color: 7083057.

HSL color Cylindrical-coordinate representation of color #31146C: hue angle of 259.77º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31146C is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4920108-
CMYK0.550.8100.58
HSL259.77º68.75%25.1%-
HSV(B)259.77º81.48%42.35%-
XYZ4.222.2414.4-
YUV38.7167.11135.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 108 (42.58% from 255) = 61.02%
R=27.68%
G=11.30%
B=61.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49201080.550.8100.58259.7768.7525.1
Hex31146C375103A1044519
Octal61241546712107240410531
Binary11000110100110110011011110100010111010100000100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,20,108); }

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

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

 a { background-color: rgb(49,20,108); }

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

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

 span { border-color: rgb(49,20,108); }

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